Html Css Color HEX #A02B2D Guardsman Red

📋 copy color: '#A02B2D'

red 160 ◦ green 43 ◦ blue 45

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

Shades of Guardsman Red #A02B2D

Tints of Guardsman Red #A02B2D

RGB

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

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

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

R = 64.52%
G = 17.34%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A02B2D (or 0xA02B2D) is known color: Guardsman Red. HEX triplet: A0, 2B and 2D. RGB value is (160,43,45). Sum of RGB (Red+Green+Blue) = 160+43+45=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B2D is #5FD4D2. Grayscale: #4E4E4E. Windows color (decimal): -6280403 or 2960288. OLE color: 2960288.

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

Color convert

RGB 160 43 45 -
CMYK 0 0.73 0.72 0.37
HSL 358.97º 0.58% 0.4% -
HSV(B) 358.97º 0.73% 0.63% -
XYZ 15.83 9.39 3.46 -
YUV 78.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 160 43 45 0 0.73 0.72 0.37 358.97 0.58 0.4
Hex A0 2B 2D 0 49 48 25 167 3A 28
Octal 240 53 55 0 111 110 45 547 72 50
Binary 10100000 101011 101101 0 1001001 1001000 100101 101100111 111010 101000

Color Harmonies of #A02B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B2D

Black with #A02B2D

Text Example


Text Example

White with #A02B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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