Html Css Color HEX #9A2A2D Guardsman Red

📋 copy color: '#9A2A2D'

red 154 ◦ green 42 ◦ blue 45

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

Shades of Guardsman Red #9A2A2D

Tints of Guardsman Red #9A2A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 63.9%
G = 17.43%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A2A2D (or 0x9A2A2D) is known color: Guardsman Red. HEX triplet: 9A, 2A and 2D. RGB value is (154,42,45). Sum of RGB (Red+Green+Blue) = 154+42+45=241 (31% of max value = 765). Red value is 154 (60.55% from 255 or 63.90% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2A2D is #65D5D2. Grayscale: #4B4B4B. Windows color (decimal): -6673875 or 2960026. OLE color: 2960026.

HSL color Cylindrical-coordinate representation of color #9A2A2D: hue angle of 358.39º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2A2D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 42 45 -
CMYK 0 0.73 0.71 0.40
HSL 358.39º 0.57% 0.38% -
HSV(B) 358.39º 0.73% 0.6% -
XYZ 14.63 8.72 3.39 -
YUV 75.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 154 42 45 0 0.73 0.71 0.40 358.39 0.57 0.38
Hex 9A 2A 2D 0 49 47 28 166 39 26
Octal 232 52 55 0 111 107 50 546 71 46
Binary 10011010 101010 101101 0 1001001 1000111 101000 101100110 111001 100110

Color Harmonies of #9A2A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2A2D

Black with #9A2A2D

Text Example


Text Example

White with #9A2A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,42,45); }

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

background-color css

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

 a { background-color: rgb(154,42,45); }

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

border-color css

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

 span { border-color: rgb(154,42,45); }

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