Html Css Color HEX #A02B2F Guardsman Red

📋 copy color: '#A02B2F'

red 160 ◦ green 43 ◦ blue 47

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

Shades of Guardsman Red #A02B2F

Tints of Guardsman Red #A02B2F

RGB

 RED value IS 160 (62.89% from 255) = 64%

 GREEN value IS 43 (17.19% from 255) = 17.2%

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 64%
G = 17.2%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A02B2F (or 0xA02B2F) is known color: Guardsman Red. HEX triplet: A0, 2B and 2F. RGB value is (160,43,47). Sum of RGB (Red+Green+Blue) = 160+43+47=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B2F is #5FD4D0. Grayscale: #4E4E4E. Windows color (decimal): -6280401 or 3091360. OLE color: 3091360.

HSL color Cylindrical-coordinate representation of color #A02B2F: hue angle of 357.95º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B2F is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 43 47 -
CMYK 0 0.73 0.71 0.37
HSL 357.95º 0.58% 0.4% -
HSV(B) 357.95º 0.73% 0.63% -
XYZ 15.87 9.41 3.67 -
YUV 78.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 160 43 47 0 0.73 0.71 0.37 357.95 0.58 0.4
Hex A0 2B 2F 0 49 47 25 166 3A 28
Octal 240 53 57 0 111 107 45 546 72 50
Binary 10100000 101011 101111 0 1001001 1000111 100101 101100110 111010 101000

Color Harmonies of #A02B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B2F

Black with #A02B2F

Text Example


Text Example

White with #A02B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B2F; }

 p { color: rgb(160,43,47); }

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

background-color css

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

 a { background-color: rgb(160,43,47); }

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

border-color css

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

 span { border-color: rgb(160,43,47); }

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