Html Css Color HEX #A12239 Bright Red

📋 copy color: '#A12239'

red 161 ◦ green 34 ◦ blue 57

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

Shades of Bright Red #A12239

Tints of Bright Red #A12239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

 BLUE value IS 57 (22.66% from 255) = 22.62%

R = 63.89%
G = 13.49%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A12239 (or 0xA12239) is known color: Bright Red. HEX triplet: A1, 22 and 39. RGB value is (161,34,57). Sum of RGB (Red+Green+Blue) = 161+34+57=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A12239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12239 is #5EDDC6. Grayscale: #4A4A4A. Windows color (decimal): -6217159 or 3744417. OLE color: 3744417.

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

Color convert

RGB 161 34 57 -
CMYK 0 0.79 0.65 0.37
HSL 349.13º 0.65% 0.38% -
HSV(B) 349.13º 0.79% 0.63% -
XYZ 16.01 9.02 4.77 -
YUV 74.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 161 34 57 0 0.79 0.65 0.37 349.13 0.65 0.38
Hex A1 22 39 0 4F 41 25 15D 41 26
Octal 241 42 71 0 117 101 45 535 101 46
Binary 10100001 100010 111001 0 1001111 1000001 100101 101011101 1000001 100110

Color Harmonies of #A12239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12239

Black with #A12239

Text Example


Text Example

White with #A12239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12239; }

 p { color: rgb(161,34,57); }

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

background-color css

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

 a { background-color: rgb(161,34,57); }

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

border-color css

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

 span { border-color: rgb(161,34,57); }

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