Html Css Color HEX #A12037 Bright Red

📋 copy color: '#A12037'

red 161 ◦ green 32 ◦ blue 55

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

Shades of Bright Red #A12037

Tints of Bright Red #A12037

RGB

 RED value IS 161 (63.28% from 255) = 64.92%

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

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

R = 64.92%
G = 12.9%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A12037 (or 0xA12037) is known color: Bright Red. HEX triplet: A1, 20 and 37. RGB value is (161,32,55). Sum of RGB (Red+Green+Blue) = 161+32+55=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A12037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12037 is #5EDFC8. Grayscale: #494949. Windows color (decimal): -6217673 or 3612833. OLE color: 3612833.

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

Color convert

RGB 161 32 55 -
CMYK 0 0.80 0.66 0.37
HSL 349.3º 0.67% 0.38% -
HSV(B) 349.3º 0.8% 0.63% -
XYZ 15.9 8.89 4.49 -
YUV 73.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 161 32 55 0 0.80 0.66 0.37 349.3 0.67 0.38
Hex A1 20 37 0 50 42 25 15D 43 26
Octal 241 40 67 0 120 102 45 535 103 46
Binary 10100001 100000 110111 0 1010000 1000010 100101 101011101 1000011 100110

Color Harmonies of #A12037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12037

Black with #A12037

Text Example


Text Example

White with #A12037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12037; }

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

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

background-color css

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

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

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

border-color css

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

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

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