Html Css Color HEX #A13334 Guardsman Red

📋 copy color: '#A13334'

red 161 ◦ green 51 ◦ blue 52

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

Shades of Guardsman Red #A13334

Tints of Guardsman Red #A13334

RGB

 RED value IS 161 (63.28% from 255) = 60.98%

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

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

R = 60.98%
G = 19.32%
B = 19.7%

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

#A13334 (or 0xA13334) is known color: Guardsman Red. HEX triplet: A1, 33 and 34. RGB value is (161,51,52). Sum of RGB (Red+Green+Blue) = 161+51+52=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A13334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13334 is #5ECCCB. Grayscale: #545454. Windows color (decimal): -6212812 or 3421089. OLE color: 3421089.

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

Color convert

RGB 161 51 52 -
CMYK 0 0.68 0.68 0.37
HSL 359.45º 0.52% 0.42% -
HSV(B) 359.45º 0.68% 0.63% -
XYZ 16.5 10.19 4.35 -
YUV 84 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 161 51 52 0 0.68 0.68 0.37 359.45 0.52 0.42
Hex A1 33 34 0 44 44 25 167 34 2A
Octal 241 63 64 0 104 104 45 547 64 52
Binary 10100001 110011 110100 0 1000100 1000100 100101 101100111 110100 101010

Color Harmonies of #A13334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13334

Black with #A13334

Text Example


Text Example

White with #A13334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13334; }

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

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

background-color css

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

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

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

border-color css

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

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

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