Html Css Color HEX #A42430 Guardsman Red

📋 copy color: '#A42430'

red 164 ◦ green 36 ◦ blue 48

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

Shades of Guardsman Red #A42430

Tints of Guardsman Red #A42430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 66.13%
G = 14.52%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A42430 (or 0xA42430) is known color: Guardsman Red. HEX triplet: A4, 24 and 30. RGB value is (164,36,48). Sum of RGB (Red+Green+Blue) = 164+36+48=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A42430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42430 is #5BDBCF. Grayscale: #4B4B4B. Windows color (decimal): -6020048 or 3155108. OLE color: 3155108.

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

Color convert

RGB 164 36 48 -
CMYK 0 0.78 0.71 0.36
HSL 354.38º 0.64% 0.39% -
HSV(B) 354.38º 0.78% 0.64% -
XYZ 16.47 9.37 3.74 -
YUV 75.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 164 36 48 0 0.78 0.71 0.36 354.38 0.64 0.39
Hex A4 24 30 0 4E 47 24 162 40 27
Octal 244 44 60 0 116 107 44 542 100 47
Binary 10100100 100100 110000 0 1001110 1000111 100100 101100010 1000000 100111

Color Harmonies of #A42430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42430

Black with #A42430

Text Example


Text Example

White with #A42430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42430; }

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

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

background-color css

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

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

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

border-color css

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

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

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