Html Css Color HEX #A12437 Bright Red

📋 copy color: '#A12437'

red 161 ◦ green 36 ◦ blue 55

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

Shades of Bright Red #A12437

Tints of Bright Red #A12437

RGB

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

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

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

R = 63.89%
G = 14.29%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A12437 (or 0xA12437) is known color: Bright Red. HEX triplet: A1, 24 and 37. RGB value is (161,36,55). Sum of RGB (Red+Green+Blue) = 161+36+55=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A12437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12437 is #5EDBC8. Grayscale: #4B4B4B. Windows color (decimal): -6216649 or 3613857. OLE color: 3613857.

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

Color convert

RGB 161 36 55 -
CMYK 0 0.78 0.66 0.37
HSL 350.88º 0.63% 0.39% -
HSV(B) 350.88º 0.78% 0.63% -
XYZ 16.02 9.11 4.53 -
YUV 75.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 161 36 55 0 0.78 0.66 0.37 350.88 0.63 0.39
Hex A1 24 37 0 4E 42 25 15F 3F 27
Octal 241 44 67 0 116 102 45 537 77 47
Binary 10100001 100100 110111 0 1001110 1000010 100101 101011111 111111 100111

Color Harmonies of #A12437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12437

Black with #A12437

Text Example


Text Example

White with #A12437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12437; }

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

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

background-color css

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

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

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

border-color css

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

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

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