Html Css Color HEX #99323B Guardsman Red

📋 copy color: '#99323B'

red 153 ◦ green 50 ◦ blue 59

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

Shades of Guardsman Red #99323B

Tints of Guardsman Red #99323B

RGB

 RED value IS 153 (60.16% from 255) = 58.4%

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

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 58.4%
G = 19.08%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#99323B (or 0x99323B) is known color: Guardsman Red. HEX triplet: 99, 32 and 3B. RGB value is (153,50,59). Sum of RGB (Red+Green+Blue) = 153+50+59=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99323B is #66CDC4. Grayscale: #515151. Windows color (decimal): -6737349 or 3879577. OLE color: 3879577.

HSL color Cylindrical-coordinate representation of color #99323B: hue angle of 354.76º degrees, saturation: 0.51, 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 #99323B is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 59 -
CMYK 0 0.67 0.61 0.4
HSL 354.76º 0.51% 0.4% -
HSV(B) 354.76º 0.67% 0.6% -
XYZ 15.07 9.37 5.15 -
YUV 81.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 153 50 59 0 0.67 0.61 0.4 354.76 0.51 0.4
Hex 99 32 3B 0 43 3D 28 163 33 28
Octal 231 62 73 0 103 75 50 543 63 50
Binary 10011001 110010 111011 0 1000011 111101 101000 101100011 110011 101000

Color Harmonies of #99323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99323B

Black with #99323B

Text Example


Text Example

White with #99323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99323B; }

 p { color: rgb(153,50,59); }

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

background-color css

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

 a { background-color: rgb(153,50,59); }

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

border-color css

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

 span { border-color: rgb(153,50,59); }

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