Html Css Color HEX #9A333A Guardsman Red

📋 copy color: '#9A333A'

red 154 ◦ green 51 ◦ blue 58

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

Shades of Guardsman Red #9A333A

Tints of Guardsman Red #9A333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.05%

R = 58.56%
G = 19.39%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#9A333A (or 0x9A333A) is known color: Guardsman Red. HEX triplet: 9A, 33 and 3A. RGB value is (154,51,58). Sum of RGB (Red+Green+Blue) = 154+51+58=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A333A is #65CCC5. Grayscale: #525252. Windows color (decimal): -6671558 or 3814298. OLE color: 3814298.

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

Color convert

RGB 154 51 58 -
CMYK 0 0.67 0.62 0.40
HSL 355.92º 0.5% 0.4% -
HSV(B) 355.92º 0.67% 0.6% -
XYZ 15.27 9.54 5.04 -
YUV 82.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 154 51 58 0 0.67 0.62 0.40 355.92 0.5 0.4
Hex 9A 33 3A 0 43 3E 28 164 32 28
Octal 232 63 72 0 103 76 50 544 62 50
Binary 10011010 110011 111010 0 1000011 111110 101000 101100100 110010 101000

Color Harmonies of #9A333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A333A

Black with #9A333A

Text Example


Text Example

White with #9A333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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