Html Css Color HEX #983236 Guardsman Red

📋 copy color: '#983236'

red 152 ◦ green 50 ◦ blue 54

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

Shades of Guardsman Red #983236

Tints of Guardsman Red #983236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.09%

R = 59.38%
G = 19.53%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#983236 (or 0x983236) is known color: Guardsman Red. HEX triplet: 98, 32 and 36. RGB value is (152,50,54). Sum of RGB (Red+Green+Blue) = 152+50+54=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983236 is #67CDC9. Grayscale: #515151. Windows color (decimal): -6802890 or 3551896. OLE color: 3551896.

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

Color convert

RGB 152 50 54 -
CMYK 0 0.67 0.64 0.40
HSL 357.65º 0.5% 0.4% -
HSV(B) 357.65º 0.67% 0.6% -
XYZ 14.76 9.22 4.49 -
YUV 80.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 152 50 54 0 0.67 0.64 0.40 357.65 0.5 0.4
Hex 98 32 36 0 43 40 28 166 32 28
Octal 230 62 66 0 103 100 50 546 62 50
Binary 10011000 110010 110110 0 1000011 1000000 101000 101100110 110010 101000

Color Harmonies of #983236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983236

Black with #983236

Text Example


Text Example

White with #983236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983236; }

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

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

background-color css

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

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

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

border-color css

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

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

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