#983235

Color #983235 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #983235

Tints of Guardsman Red #983235

Color information

#983235 (or 0x983235) is unknown color: approx Guardsman Red. HEX triplet: 98, 32 and 35. RGB value is (152,50,53). Sum of RGB (Red+Green+Blue) = 152+50+53=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #983235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983235 is #67CDCA. Grayscale: #505050. Windows color (decimal): -6802891 or 3486360. OLE color: 3486360.

HSL color Cylindrical-coordinate representation of color #983235: hue angle of 358.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983235 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB1525053-
CMYK00.670.650.40
HSL358.24º50.5%39.61%-
HSV(B)358.24º67.11%59.61%-
XYZ14.739.214.37-
YUV80.84112.29178.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 59.61%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 53 (21.09% from 255) = 20.78%
R=59.61%
G=19.61%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152505300.670.650.40358.2450.539.61
Hex98323504341281663228
Octal23062650103101505466250
Binary10011000110010110101010000111000001101000101100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983235; }

 p { color: rgb(152,50,53); }

 H1.HeaderClassName
 {
   color: #983235;
 }
 .AnyTagClassName
 {
   color: #983235;
 }
</style>
background-color css

<style>
 a { background-color: #983235; }

 a { background-color: rgb(152,50,53); }

 div.DivClassName
 {
   background-color: #983235;
 }
 .BgClassName
 {
   background-color: #983235;
 }
</style>
border-color css

<style>
 span { border-color: #983235; }

 span { border-color: rgb(152,50,53); }

 td.TdClassName
 {
   border-color: #983235;
 }
 .TagClassName
 {
   border-color: #983235;
 }
</style>