Html Css Color HEX #A12331 Bright Red

📋 copy color: '#A12331'

red 161 ◦ green 35 ◦ blue 49

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

Shades of Bright Red #A12331

Tints of Bright Red #A12331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 65.71%
G = 14.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A12331 (or 0xA12331) is known color: Bright Red. HEX triplet: A1, 23 and 31. RGB value is (161,35,49). Sum of RGB (Red+Green+Blue) = 161+35+49=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A12331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12331 is #5EDCCE. Grayscale: #4A4A4A. Windows color (decimal): -6216911 or 3220385. OLE color: 3220385.

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

Color convert

RGB 161 35 49 -
CMYK 0 0.78 0.70 0.37
HSL 353.33º 0.64% 0.38% -
HSV(B) 353.33º 0.78% 0.63% -
XYZ 15.85 9 3.81 -
YUV 74.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 161 35 49 0 0.78 0.70 0.37 353.33 0.64 0.38
Hex A1 23 31 0 4E 46 25 161 40 26
Octal 241 43 61 0 116 106 45 541 100 46
Binary 10100001 100011 110001 0 1001110 1000110 100101 101100001 1000000 100110

Color Harmonies of #A12331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12331

Black with #A12331

Text Example


Text Example

White with #A12331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12331; }

 p { color: rgb(161,35,49); }

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

background-color css

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

 a { background-color: rgb(161,35,49); }

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

border-color css

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

 span { border-color: rgb(161,35,49); }

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