Html Css Color HEX #A03239 Guardsman Red

📋 copy color: '#A03239'

red 160 ◦ green 50 ◦ blue 57

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

Shades of Guardsman Red #A03239

Tints of Guardsman Red #A03239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

 BLUE value IS 57 (22.66% from 255) = 21.35%

R = 59.93%
G = 18.73%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A03239 (or 0xA03239) is known color: Guardsman Red. HEX triplet: A0, 32 and 39. RGB value is (160,50,57). Sum of RGB (Red+Green+Blue) = 160+50+57=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A03239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03239 is #5FCDC6. Grayscale: #535353. Windows color (decimal): -6278599 or 3748512. OLE color: 3748512.

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

Color convert

RGB 160 50 57 -
CMYK 0 0.69 0.64 0.37
HSL 356.18º 0.52% 0.41% -
HSV(B) 356.18º 0.69% 0.63% -
XYZ 16.38 10.05 4.95 -
YUV 83.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 160 50 57 0 0.69 0.64 0.37 356.18 0.52 0.41
Hex A0 32 39 0 45 40 25 164 34 29
Octal 240 62 71 0 105 100 45 544 64 51
Binary 10100000 110010 111001 0 1000101 1000000 100101 101100100 110100 101001

Color Harmonies of #A03239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03239

Black with #A03239

Text Example


Text Example

White with #A03239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03239; }

 p { color: rgb(160,50,57); }

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

background-color css

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

 a { background-color: rgb(160,50,57); }

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

border-color css

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

 span { border-color: rgb(160,50,57); }

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