Html Css Color HEX #A42037 Bright Red

📋 copy color: '#A42037'

red 164 ◦ green 32 ◦ blue 55

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

Shades of Bright Red #A42037

Tints of Bright Red #A42037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

 BLUE value IS 55 (21.88% from 255) = 21.91%

R = 65.34%
G = 12.75%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A42037 (or 0xA42037) is known color: Bright Red. HEX triplet: A4, 20 and 37. RGB value is (164,32,55). Sum of RGB (Red+Green+Blue) = 164+32+55=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A42037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42037 is #5BDFC8. Grayscale: #4A4A4A. Windows color (decimal): -6021065 or 3612836. OLE color: 3612836.

HSL color Cylindrical-coordinate representation of color #A42037: hue angle of 349.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42037 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 55 -
CMYK 0 0.80 0.66 0.36
HSL 349.55º 0.67% 0.38% -
HSV(B) 349.55º 0.8% 0.64% -
XYZ 16.52 9.2 4.52 -
YUV 74.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 164 32 55 0 0.80 0.66 0.36 349.55 0.67 0.38
Hex A4 20 37 0 50 42 24 15E 43 26
Octal 244 40 67 0 120 102 44 536 103 46
Binary 10100100 100000 110111 0 1010000 1000010 100100 101011110 1000011 100110

Color Harmonies of #A42037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42037

Black with #A42037

Text Example


Text Example

White with #A42037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42037; }

 p { color: rgb(164,32,55); }

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

background-color css

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

 a { background-color: rgb(164,32,55); }

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

border-color css

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

 span { border-color: rgb(164,32,55); }

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