Html Css Color HEX #A0333F Guardsman Red

📋 copy color: '#A0333F'

red 160 ◦ green 51 ◦ blue 63

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

Shades of Guardsman Red #A0333F

Tints of Guardsman Red #A0333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.99%

R = 58.39%
G = 18.61%
B = 22.99%

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

#A0333F (or 0xA0333F) is known color: Guardsman Red. HEX triplet: A0, 33 and 3F. RGB value is (160,51,63). Sum of RGB (Red+Green+Blue) = 160+51+63=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0333F is #5FCCC0. Grayscale: #555555. Windows color (decimal): -6278337 or 4141984. OLE color: 4141984.

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

Color convert

RGB 160 51 63 -
CMYK 0 0.68 0.61 0.37
HSL 353.39º 0.52% 0.41% -
HSV(B) 353.39º 0.68% 0.63% -
XYZ 16.58 10.2 5.8 -
YUV 84.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 160 51 63 0 0.68 0.61 0.37 353.39 0.52 0.41
Hex A0 33 3F 0 44 3D 25 161 34 29
Octal 240 63 77 0 104 75 45 541 64 51
Binary 10100000 110011 111111 0 1000100 111101 100101 101100001 110100 101001

Color Harmonies of #A0333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0333F

Black with #A0333F

Text Example


Text Example

White with #A0333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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