Html Css Color HEX #983233 Guardsman Red

📋 copy color: '#983233'

red 152 ◦ green 50 ◦ blue 51

#983233
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #983233

Tints of Guardsman Red #983233

RGB

 RED value IS 152 (59.77% from 255) = 60.08%

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 60.08%
G = 19.76%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#983233 (or 0x983233) is known color: Guardsman Red. HEX triplet: 98, 32 and 33. RGB value is (152,50,51). Sum of RGB (Red+Green+Blue) = 152+50+51=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #983233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983233 is #67CDCC. Grayscale: #505050. Windows color (decimal): -6802893 or 3355288. OLE color: 3355288.

HSL color Cylindrical-coordinate representation of color #983233: hue angle of 359.41º 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 #983233 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 51 -
CMYK 0 0.67 0.66 0.40
HSL 359.41º 0.5% 0.4% -
HSV(B) 359.41º 0.67% 0.6% -
XYZ 14.69 9.2 4.13 -
YUV 80.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 152 50 51 0 0.67 0.66 0.40 359.41 0.5 0.4
Hex 98 32 33 0 43 42 28 167 32 28
Octal 230 62 63 0 103 102 50 547 62 50
Binary 10011000 110010 110011 0 1000011 1000010 101000 101100111 110010 101000

Color Harmonies of #983233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983233

Black with #983233

Text Example


Text Example

White with #983233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983233; }

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

 H1.HeaderClassName
 {
   color: #983233;
 }
 .AnyTagClassName
 {
   color: #983233;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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