Html Css Color HEX #A42D3D Guardsman Red

📋 copy color: '#A42D3D'

red 164 ◦ green 45 ◦ blue 61

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

Shades of Guardsman Red #A42D3D

Tints of Guardsman Red #A42D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 60.74%
G = 16.67%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A42D3D (or 0xA42D3D) is known color: Guardsman Red. HEX triplet: A4, 2D and 3D. RGB value is (164,45,61). Sum of RGB (Red+Green+Blue) = 164+45+61=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42D3D is #5BD2C2. Grayscale: #525252. Windows color (decimal): -6017731 or 4009380. OLE color: 4009380.

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

Color convert

RGB 164 45 61 -
CMYK 0 0.73 0.63 0.36
HSL 351.93º 0.57% 0.41% -
HSV(B) 351.93º 0.73% 0.64% -
XYZ 17.09 10.11 5.46 -
YUV 82.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 164 45 61 0 0.73 0.63 0.36 351.93 0.57 0.41
Hex A4 2D 3D 0 49 3F 24 160 39 29
Octal 244 55 75 0 111 77 44 540 71 51
Binary 10100100 101101 111101 0 1001001 111111 100100 101100000 111001 101001

Color Harmonies of #A42D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D3D

Black with #A42D3D

Text Example


Text Example

White with #A42D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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