Html Css Color HEX #A42D35 Guardsman Red

📋 copy color: '#A42D35'

red 164 ◦ green 45 ◦ blue 53

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

Shades of Guardsman Red #A42D35

Tints of Guardsman Red #A42D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.23%

R = 62.6%
G = 17.18%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A42D35 (or 0xA42D35) is known color: Guardsman Red. HEX triplet: A4, 2D and 35. RGB value is (164,45,53). Sum of RGB (Red+Green+Blue) = 164+45+53=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42D35 is #5BD2CA. Grayscale: #515151. Windows color (decimal): -6017739 or 3485092. OLE color: 3485092.

HSL color Cylindrical-coordinate representation of color #A42D35: hue angle of 355.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 #A42D35 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 45 53 -
CMYK 0 0.73 0.68 0.36
HSL 355.97º 0.57% 0.41% -
HSV(B) 355.97º 0.73% 0.64% -
XYZ 16.89 10.03 4.41 -
YUV 81.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 164 45 53 0 0.73 0.68 0.36 355.97 0.57 0.41
Hex A4 2D 35 0 49 44 24 164 39 29
Octal 244 55 65 0 111 104 44 544 71 51
Binary 10100100 101101 110101 0 1001001 1000100 100100 101100100 111001 101001

Color Harmonies of #A42D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D35

Black with #A42D35

Text Example


Text Example

White with #A42D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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