Html Css Color HEX #A03334 Guardsman Red

📋 copy color: '#A03334'

red 160 ◦ green 51 ◦ blue 52

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

Shades of Guardsman Red #A03334

Tints of Guardsman Red #A03334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 60.84%
G = 19.39%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A03334 (or 0xA03334) is known color: Guardsman Red. HEX triplet: A0, 33 and 34. RGB value is (160,51,52). Sum of RGB (Red+Green+Blue) = 160+51+52=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A03334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03334 is #5FCCCB. Grayscale: #535353. Windows color (decimal): -6278348 or 3421088. OLE color: 3421088.

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

Color convert

RGB 160 51 52 -
CMYK 0 0.68 0.68 0.37
HSL 359.45º 0.52% 0.41% -
HSV(B) 359.45º 0.68% 0.63% -
XYZ 16.3 10.09 4.34 -
YUV 83.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 160 51 52 0 0.68 0.68 0.37 359.45 0.52 0.41
Hex A0 33 34 0 44 44 25 167 34 29
Octal 240 63 64 0 104 104 45 547 64 51
Binary 10100000 110011 110100 0 1000100 1000100 100101 101100111 110100 101001

Color Harmonies of #A03334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03334

Black with #A03334

Text Example


Text Example

White with #A03334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03334; }

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

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

background-color css

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

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

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

border-color css

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

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

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