Html Css Color HEX #A42427 Guardsman Red

📋 copy color: '#A42427'

red 164 ◦ green 36 ◦ blue 39

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

Shades of Guardsman Red #A42427

Tints of Guardsman Red #A42427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.32%

R = 68.62%
G = 15.06%
B = 16.32%

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

#A42427 (or 0xA42427) is known color: Guardsman Red. HEX triplet: A4, 24 and 27. RGB value is (164,36,39). Sum of RGB (Red+Green+Blue) = 164+36+39=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A42427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42427 is #5BDBD8. Grayscale: #4A4A4A. Windows color (decimal): -6020057 or 2565284. OLE color: 2565284.

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

Color convert

RGB 164 36 39 -
CMYK 0 0.78 0.76 0.36
HSL 358.59º 0.64% 0.39% -
HSV(B) 358.59º 0.78% 0.64% -
XYZ 16.31 9.3 2.86 -
YUV 74.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 164 36 39 0 0.78 0.76 0.36 358.59 0.64 0.39
Hex A4 24 27 0 4E 4C 24 167 40 27
Octal 244 44 47 0 116 114 44 547 100 47
Binary 10100100 100100 100111 0 1001110 1001100 100100 101100111 1000000 100111

Color Harmonies of #A42427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42427

Black with #A42427

Text Example


Text Example

White with #A42427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42427; }

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

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

background-color css

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

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

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

border-color css

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

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

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