Html Css Color HEX #A42D33 Guardsman Red

📋 copy color: '#A42D33'

red 164 ◦ green 45 ◦ blue 51

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

Shades of Guardsman Red #A42D33

Tints of Guardsman Red #A42D33

RGB

 RED value IS 164 (64.45% from 255) = 63.08%

 GREEN value IS 45 (17.97% from 255) = 17.31%

 BLUE value IS 51 (20.31% from 255) = 19.62%

R = 63.08%
G = 17.31%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A42D33 (or 0xA42D33) is known color: Guardsman Red. HEX triplet: A4, 2D and 33. RGB value is (164,45,51). Sum of RGB (Red+Green+Blue) = 164+45+51=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42D33 is #5BD2CC. Grayscale: #515151. Windows color (decimal): -6017741 or 3354020. OLE color: 3354020.

HSL color Cylindrical-coordinate representation of color #A42D33: hue angle of 356.97º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D33 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 45 51 -
CMYK 0 0.73 0.69 0.36
HSL 356.97º 0.57% 0.41% -
HSV(B) 356.97º 0.73% 0.64% -
XYZ 16.85 10.01 4.18 -
YUV 81.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 164 45 51 0 0.73 0.69 0.36 356.97 0.57 0.41
Hex A4 2D 33 0 49 45 24 165 39 29
Octal 244 55 63 0 111 105 44 545 71 51
Binary 10100100 101101 110011 0 1001001 1000101 100100 101100101 111001 101001

Color Harmonies of #A42D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D33

Black with #A42D33

Text Example


Text Example

White with #A42D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D33; }

 p { color: rgb(164,45,51); }

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

background-color css

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

 a { background-color: rgb(164,45,51); }

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

border-color css

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

 span { border-color: rgb(164,45,51); }

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