Html Css Color HEX #A02C38 Guardsman Red

📋 copy color: '#A02C38'

red 160 ◦ green 44 ◦ blue 56

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

Shades of Guardsman Red #A02C38

Tints of Guardsman Red #A02C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 61.54%
G = 16.92%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A02C38 (or 0xA02C38) is known color: Guardsman Red. HEX triplet: A0, 2C and 38. RGB value is (160,44,56). Sum of RGB (Red+Green+Blue) = 160+44+56=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C38 is #5FD3C7. Grayscale: #505050. Windows color (decimal): -6280136 or 3681440. OLE color: 3681440.

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

Color convert

RGB 160 44 56 -
CMYK 0 0.72 0.65 0.37
HSL 353.79º 0.57% 0.4% -
HSV(B) 353.79º 0.73% 0.63% -
XYZ 16.11 9.56 4.74 -
YUV 80.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 160 44 56 0 0.72 0.65 0.37 353.79 0.57 0.4
Hex A0 2C 38 0 48 41 25 162 39 28
Octal 240 54 70 0 110 101 45 542 71 50
Binary 10100000 101100 111000 0 1001000 1000001 100101 101100010 111001 101000

Color Harmonies of #A02C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C38

Black with #A02C38

Text Example


Text Example

White with #A02C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C38; }

 p { color: rgb(160,44,56); }

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

background-color css

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

 a { background-color: rgb(160,44,56); }

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

border-color css

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

 span { border-color: rgb(160,44,56); }

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