Html Css Color HEX #A51E21 Guardsman Red

📋 copy color: '#A51E21'

red 165 ◦ green 30 ◦ blue 33

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

Shades of Guardsman Red #A51E21

Tints of Guardsman Red #A51E21

RGB

 RED value IS 165 (64.84% from 255) = 72.37%

 GREEN value IS 30 (12.11% from 255) = 13.16%

 BLUE value IS 33 (13.28% from 255) = 14.47%

R = 72.37%
G = 13.16%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A51E21 (or 0xA51E21) is known color: Guardsman Red. HEX triplet: A5, 1E and 21. RGB value is (165,30,33). Sum of RGB (Red+Green+Blue) = 165+30+33=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E21 is #5AE1DE. Grayscale: #464646. Windows color (decimal): -5956063 or 2170533. OLE color: 2170533.

HSL color Cylindrical-coordinate representation of color #A51E21: hue angle of 358.67º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E21 is Cyan = 0, Magento = 0.82, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 30 33 -
CMYK 0 0.82 0.8 0.35
HSL 358.67º 0.69% 0.38% -
HSV(B) 358.67º 0.82% 0.65% -
XYZ 16.26 9.04 2.33 -
YUV 70.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 165 30 33 0 0.82 0.8 0.35 358.67 0.69 0.38
Hex A5 1E 21 0 52 50 23 167 45 26
Octal 245 36 41 0 122 120 43 547 105 46
Binary 10100101 11110 100001 0 1010010 1010000 100011 101100111 1000101 100110

Color Harmonies of #A51E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E21

Black with #A51E21

Text Example


Text Example

White with #A51E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E21; }

 p { color: rgb(165,30,33); }

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

background-color css

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

 a { background-color: rgb(165,30,33); }

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

border-color css

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

 span { border-color: rgb(165,30,33); }

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