Html Css Color HEX #A42426 Guardsman Red

📋 copy color: '#A42426'

red 164 ◦ green 36 ◦ blue 38

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

Shades of Guardsman Red #A42426

Tints of Guardsman Red #A42426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 68.91%
G = 15.13%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A42426 (or 0xA42426) is known color: Guardsman Red. HEX triplet: A4, 24 and 26. RGB value is (164,36,38). Sum of RGB (Red+Green+Blue) = 164+36+38=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A42426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42426 is #5BDBD9. Grayscale: #4A4A4A. Windows color (decimal): -6020058 or 2499748. OLE color: 2499748.

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

Color convert

RGB 164 36 38 -
CMYK 0 0.78 0.77 0.36
HSL 359.06º 0.64% 0.39% -
HSV(B) 359.06º 0.78% 0.64% -
XYZ 16.29 9.29 2.77 -
YUV 74.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 164 36 38 0 0.78 0.77 0.36 359.06 0.64 0.39
Hex A4 24 26 0 4E 4D 24 167 40 27
Octal 244 44 46 0 116 115 44 547 100 47
Binary 10100100 100100 100110 0 1001110 1001101 100100 101100111 1000000 100111

Color Harmonies of #A42426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42426

Black with #A42426

Text Example


Text Example

White with #A42426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42426; }

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

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

background-color css

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

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

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

border-color css

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

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

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