Html Css Color HEX #A0333E Guardsman Red

📋 copy color: '#A0333E'

red 160 ◦ green 51 ◦ blue 62

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

Shades of Guardsman Red #A0333E

Tints of Guardsman Red #A0333E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 58.61%
G = 18.68%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0333E (or 0xA0333E) is known color: Guardsman Red. HEX triplet: A0, 33 and 3E. RGB value is (160,51,62). Sum of RGB (Red+Green+Blue) = 160+51+62=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0333E is #5FCCC1. Grayscale: #545454. Windows color (decimal): -6278338 or 4076448. OLE color: 4076448.

HSL color Cylindrical-coordinate representation of color #A0333E: hue angle of 353.94º 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 #A0333E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 62 -
CMYK 0 0.68 0.61 0.37
HSL 353.94º 0.52% 0.41% -
HSV(B) 353.94º 0.68% 0.63% -
XYZ 16.55 10.19 5.65 -
YUV 84.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 160 51 62 0 0.68 0.61 0.37 353.94 0.52 0.41
Hex A0 33 3E 0 44 3D 25 162 34 29
Octal 240 63 76 0 104 75 45 542 64 51
Binary 10100000 110011 111110 0 1000100 111101 100101 101100010 110100 101001

Color Harmonies of #A0333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0333E

Black with #A0333E

Text Example


Text Example

White with #A0333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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