Html Css Color HEX #9A333C Guardsman Red

📋 copy color: '#9A333C'

red 154 ◦ green 51 ◦ blue 60

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

Shades of Guardsman Red #9A333C

Tints of Guardsman Red #9A333C

RGB

 RED value IS 154 (60.55% from 255) = 58.11%

 GREEN value IS 51 (20.31% from 255) = 19.25%

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 58.11%
G = 19.25%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#9A333C (or 0x9A333C) is known color: Guardsman Red. HEX triplet: 9A, 33 and 3C. RGB value is (154,51,60). Sum of RGB (Red+Green+Blue) = 154+51+60=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A333C is #65CCC3. Grayscale: #525252. Windows color (decimal): -6671556 or 3945370. OLE color: 3945370.

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

Color convert

RGB 154 51 60 -
CMYK 0 0.67 0.61 0.40
HSL 354.76º 0.5% 0.4% -
HSV(B) 354.76º 0.67% 0.6% -
XYZ 15.33 9.56 5.31 -
YUV 82.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 154 51 60 0 0.67 0.61 0.40 354.76 0.5 0.4
Hex 9A 33 3C 0 43 3D 28 163 32 28
Octal 232 63 74 0 103 75 50 543 62 50
Binary 10011010 110011 111100 0 1000011 111101 101000 101100011 110010 101000

Color Harmonies of #9A333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A333C

Black with #9A333C

Text Example


Text Example

White with #9A333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A333C; }

 p { color: rgb(154,51,60); }

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

background-color css

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

 a { background-color: rgb(154,51,60); }

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

border-color css

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

 span { border-color: rgb(154,51,60); }

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