Html Css Color HEX #A12536 Bright Red

📋 copy color: '#A12536'

red 161 ◦ green 37 ◦ blue 54

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

Shades of Bright Red #A12536

Tints of Bright Red #A12536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 63.89%
G = 14.68%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A12536 (or 0xA12536) is known color: Bright Red. HEX triplet: A1, 25 and 36. RGB value is (161,37,54). Sum of RGB (Red+Green+Blue) = 161+37+54=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A12536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12536 is #5EDAC9. Grayscale: #4C4C4C. Windows color (decimal): -6216394 or 3548577. OLE color: 3548577.

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

Color convert

RGB 161 37 54 -
CMYK 0 0.77 0.66 0.37
HSL 351.77º 0.63% 0.39% -
HSV(B) 351.77º 0.77% 0.63% -
XYZ 16.03 9.17 4.41 -
YUV 76.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 161 37 54 0 0.77 0.66 0.37 351.77 0.63 0.39
Hex A1 25 36 0 4D 42 25 160 3F 27
Octal 241 45 66 0 115 102 45 540 77 47
Binary 10100001 100101 110110 0 1001101 1000010 100101 101100000 111111 100111

Color Harmonies of #A12536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12536

Black with #A12536

Text Example


Text Example

White with #A12536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12536; }

 p { color: rgb(161,37,54); }

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

background-color css

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

 a { background-color: rgb(161,37,54); }

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

border-color css

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

 span { border-color: rgb(161,37,54); }

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