Html Css Color HEX #A42428 Guardsman Red

📋 copy color: '#A42428'

red 164 ◦ green 36 ◦ blue 40

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

Shades of Guardsman Red #A42428

Tints of Guardsman Red #A42428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 68.33%
G = 15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A42428 (or 0xA42428) is known color: Guardsman Red. HEX triplet: A4, 24 and 28. RGB value is (164,36,40). Sum of RGB (Red+Green+Blue) = 164+36+40=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A42428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42428 is #5BDBD7. Grayscale: #4A4A4A. Windows color (decimal): -6020056 or 2630820. OLE color: 2630820.

HSL color Cylindrical-coordinate representation of color #A42428: hue angle of 358.12º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42428 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 40 -
CMYK 0 0.78 0.76 0.36
HSL 358.13º 0.64% 0.39% -
HSV(B) 358.13º 0.78% 0.64% -
XYZ 16.32 9.31 2.94 -
YUV 74.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 164 36 40 0 0.78 0.76 0.36 358.13 0.64 0.39
Hex A4 24 28 0 4E 4C 24 166 40 27
Octal 244 44 50 0 116 114 44 546 100 47
Binary 10100100 100100 101000 0 1001110 1001100 100100 101100110 1000000 100111

Color Harmonies of #A42428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42428

Black with #A42428

Text Example


Text Example

White with #A42428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42428; }

 p { color: rgb(164,36,40); }

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

background-color css

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

 a { background-color: rgb(164,36,40); }

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

border-color css

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

 span { border-color: rgb(164,36,40); }

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