Html Css Color HEX #A11629 Bright Red

📋 copy color: '#A11629'

red 161 ◦ green 22 ◦ blue 41

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

Shades of Bright Red #A11629

Tints of Bright Red #A11629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 71.88%
G = 9.82%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A11629 (or 0xA11629) is known color: Bright Red. HEX triplet: A1, 16 and 29. RGB value is (161,22,41). Sum of RGB (Red+Green+Blue) = 161+22+41=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A11629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11629 is #5EE9D6. Grayscale: #414141. Windows color (decimal): -6220247 or 2692769. OLE color: 2692769.

HSL color Cylindrical-coordinate representation of color #A11629: hue angle of 351.8º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11629 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 22 41 -
CMYK 0 0.86 0.75 0.37
HSL 351.8º 0.76% 0.36% -
HSV(B) 351.8º 0.86% 0.63% -
XYZ 15.39 8.31 2.89 -
YUV 65.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 161 22 41 0 0.86 0.75 0.37 351.8 0.76 0.36
Hex A1 16 29 0 56 4B 25 160 4C 24
Octal 241 26 51 0 126 113 45 540 114 44
Binary 10100001 10110 101001 0 1010110 1001011 100101 101100000 1001100 100100

Color Harmonies of #A11629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11629

Black with #A11629

Text Example


Text Example

White with #A11629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11629; }

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

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

background-color css

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

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

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

border-color css

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

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

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