Html Css Color HEX #A12129 Bright Red

📋 copy color: '#A12129'

red 161 ◦ green 33 ◦ blue 41

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

Shades of Bright Red #A12129

Tints of Bright Red #A12129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 68.51%
G = 14.04%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A12129 (or 0xA12129) is known color: Bright Red. HEX triplet: A1, 21 and 29. RGB value is (161,33,41). Sum of RGB (Red+Green+Blue) = 161+33+41=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A12129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12129 is #5EDED6. Grayscale: #484848. Windows color (decimal): -6217431 or 2695585. OLE color: 2695585.

HSL color Cylindrical-coordinate representation of color #A12129: hue angle of 356.25º degrees, saturation: 0.66, 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 #A12129 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 33 41 -
CMYK 0 0.80 0.75 0.37
HSL 356.25º 0.66% 0.38% -
HSV(B) 356.25º 0.8% 0.63% -
XYZ 15.64 8.82 2.98 -
YUV 72.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 161 33 41 0 0.80 0.75 0.37 356.25 0.66 0.38
Hex A1 21 29 0 50 4B 25 164 42 26
Octal 241 41 51 0 120 113 45 544 102 46
Binary 10100001 100001 101001 0 1010000 1001011 100101 101100100 1000010 100110

Color Harmonies of #A12129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12129

Black with #A12129

Text Example


Text Example

White with #A12129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12129; }

 p { color: rgb(161,33,41); }

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

background-color css

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

 a { background-color: rgb(161,33,41); }

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

border-color css

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

 span { border-color: rgb(161,33,41); }

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