Html Css Color HEX #9A323B Guardsman Red

📋 copy color: '#9A323B'

red 154 ◦ green 50 ◦ blue 59

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

Shades of Guardsman Red #9A323B

Tints of Guardsman Red #9A323B

RGB

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

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

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

R = 58.56%
G = 19.01%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#9A323B (or 0x9A323B) is known color: Guardsman Red. HEX triplet: 9A, 32 and 3B. RGB value is (154,50,59). Sum of RGB (Red+Green+Blue) = 154+50+59=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A323B is #65CDC4. Grayscale: #525252. Windows color (decimal): -6671813 or 3879578. OLE color: 3879578.

HSL color Cylindrical-coordinate representation of color #9A323B: hue angle of 354.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A323B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 50 59 -
CMYK 0 0.68 0.62 0.40
HSL 354.81º 0.51% 0.4% -
HSV(B) 354.81º 0.68% 0.6% -
XYZ 15.26 9.47 5.16 -
YUV 82.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 154 50 59 0 0.68 0.62 0.40 354.81 0.51 0.4
Hex 9A 32 3B 0 44 3E 28 163 33 28
Octal 232 62 73 0 104 76 50 543 63 50
Binary 10011010 110010 111011 0 1000100 111110 101000 101100011 110011 101000

Color Harmonies of #9A323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A323B

Black with #9A323B

Text Example


Text Example

White with #9A323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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