Html Css Color HEX #A61629 Bright Red

📋 copy color: '#A61629'

red 166 ◦ green 22 ◦ blue 41

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

Shades of Bright Red #A61629

Tints of Bright Red #A61629

RGB

 RED value IS 166 (65.23% from 255) = 72.49%

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

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

R = 72.49%
G = 9.61%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A61629 (or 0xA61629) is known color: Bright Red. HEX triplet: A6, 16 and 29. RGB value is (166,22,41). Sum of RGB (Red+Green+Blue) = 166+22+41=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A61629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61629 is #59E9D6. Grayscale: #434343. Windows color (decimal): -5892567 or 2692774. OLE color: 2692774.

HSL color Cylindrical-coordinate representation of color #A61629: hue angle of 352.08º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61629 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 41 -
CMYK 0 0.87 0.75 0.35
HSL 352.08º 0.77% 0.37% -
HSV(B) 352.08º 0.87% 0.65% -
XYZ 16.41 8.84 2.94 -
YUV 67.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 166 22 41 0 0.87 0.75 0.35 352.08 0.77 0.37
Hex A6 16 29 0 57 4B 23 160 4D 25
Octal 246 26 51 0 127 113 43 540 115 45
Binary 10100110 10110 101001 0 1010111 1001011 100011 101100000 1001101 100101

Color Harmonies of #A61629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61629

Black with #A61629

Text Example


Text Example

White with #A61629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61629; }

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

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

background-color css

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

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

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

border-color css

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

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

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