Html Css Color HEX #A03638 Guardsman Red

📋 copy color: '#A03638'

red 160 ◦ green 54 ◦ blue 56

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

Shades of Guardsman Red #A03638

Tints of Guardsman Red #A03638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

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

R = 59.26%
G = 20%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A03638 (or 0xA03638) is known color: Guardsman Red. HEX triplet: A0, 36 and 38. RGB value is (160,54,56). Sum of RGB (Red+Green+Blue) = 160+54+56=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A03638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03638 is #5FC9C7. Grayscale: #565656. Windows color (decimal): -6277576 or 3684000. OLE color: 3684000.

HSL color Cylindrical-coordinate representation of color #A03638: hue angle of 358.87º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03638 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 54 56 -
CMYK 0 0.66 0.65 0.37
HSL 358.87º 0.5% 0.42% -
HSV(B) 358.87º 0.66% 0.63% -
XYZ 16.53 10.4 4.88 -
YUV 85.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 160 54 56 0 0.66 0.65 0.37 358.87 0.5 0.42
Hex A0 36 38 0 42 41 25 167 32 2A
Octal 240 66 70 0 102 101 45 547 62 52
Binary 10100000 110110 111000 0 1000010 1000001 100101 101100111 110010 101010

Color Harmonies of #A03638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03638

Black with #A03638

Text Example


Text Example

White with #A03638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03638; }

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

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

background-color css

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

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

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

border-color css

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

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

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