Html Css Color HEX #A02B3E Guardsman Red

📋 copy color: '#A02B3E'

red 160 ◦ green 43 ◦ blue 62

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

Shades of Guardsman Red #A02B3E

Tints of Guardsman Red #A02B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.4%

R = 60.38%
G = 16.23%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A02B3E (or 0xA02B3E) is known color: Guardsman Red. HEX triplet: A0, 2B and 3E. RGB value is (160,43,62). Sum of RGB (Red+Green+Blue) = 160+43+62=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B3E is #5FD4C1. Grayscale: #505050. Windows color (decimal): -6280386 or 4074400. OLE color: 4074400.

HSL color Cylindrical-coordinate representation of color #A02B3E: hue angle of 350.26º 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 #A02B3E is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 43 62 -
CMYK 0 0.73 0.61 0.37
HSL 350.26º 0.58% 0.4% -
HSV(B) 350.26º 0.73% 0.63% -
XYZ 16.23 9.55 5.55 -
YUV 80.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 160 43 62 0 0.73 0.61 0.37 350.26 0.58 0.4
Hex A0 2B 3E 0 49 3D 25 15E 3A 28
Octal 240 53 76 0 111 75 45 536 72 50
Binary 10100000 101011 111110 0 1001001 111101 100101 101011110 111010 101000

Color Harmonies of #A02B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B3E

Black with #A02B3E

Text Example


Text Example

White with #A02B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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