Html Css Color HEX #A2232B Guardsman Red

📋 copy color: '#A2232B'

red 162 ◦ green 35 ◦ blue 43

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

Shades of Guardsman Red #A2232B

Tints of Guardsman Red #A2232B

RGB

 RED value IS 162 (63.67% from 255) = 67.5%

 GREEN value IS 35 (14.06% from 255) = 14.58%

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 67.5%
G = 14.58%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2232B (or 0xA2232B) is known color: Guardsman Red. HEX triplet: A2, 23 and 2B. RGB value is (162,35,43). Sum of RGB (Red+Green+Blue) = 162+35+43=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2232B is #5DDCD4. Grayscale: #494949. Windows color (decimal): -6151381 or 2827170. OLE color: 2827170.

HSL color Cylindrical-coordinate representation of color #A2232B: hue angle of 356.22º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2232B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 35 43 -
CMYK 0 0.78 0.73 0.36
HSL 356.22º 0.64% 0.39% -
HSV(B) 356.22º 0.78% 0.64% -
XYZ 15.94 9.06 3.19 -
YUV 73.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 162 35 43 0 0.78 0.73 0.36 356.22 0.64 0.39
Hex A2 23 2B 0 4E 49 24 164 40 27
Octal 242 43 53 0 116 111 44 544 100 47
Binary 10100010 100011 101011 0 1001110 1001001 100100 101100100 1000000 100111

Color Harmonies of #A2232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2232B

Black with #A2232B

Text Example


Text Example

White with #A2232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2232B; }

 p { color: rgb(162,35,43); }

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

background-color css

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

 a { background-color: rgb(162,35,43); }

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

border-color css

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

 span { border-color: rgb(162,35,43); }

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