Html Css Color HEX #A02F33 Guardsman Red

📋 copy color: '#A02F33'

red 160 ◦ green 47 ◦ blue 51

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

Shades of Guardsman Red #A02F33

Tints of Guardsman Red #A02F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.22%

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 62.02%
G = 18.22%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A02F33 (or 0xA02F33) is known color: Guardsman Red. HEX triplet: A0, 2F and 33. RGB value is (160,47,51). Sum of RGB (Red+Green+Blue) = 160+47+51=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02F33 is #5FD0CC. Grayscale: #515151. Windows color (decimal): -6279373 or 3354528. OLE color: 3354528.

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

Color convert

RGB 160 47 51 -
CMYK 0 0.71 0.68 0.37
HSL 357.88º 0.55% 0.41% -
HSV(B) 357.88º 0.71% 0.63% -
XYZ 16.11 9.75 4.16 -
YUV 81.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 160 47 51 0 0.71 0.68 0.37 357.88 0.55 0.41
Hex A0 2F 33 0 47 44 25 166 37 29
Octal 240 57 63 0 107 104 45 546 67 51
Binary 10100000 101111 110011 0 1000111 1000100 100101 101100110 110111 101001

Color Harmonies of #A02F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02F33

Black with #A02F33

Text Example


Text Example

White with #A02F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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