Html Css Color HEX #A61529 Bright Red

📋 copy color: '#A61529'

red 166 ◦ green 21 ◦ blue 41

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

Shades of Bright Red #A61529

Tints of Bright Red #A61529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

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

R = 72.81%
G = 9.21%
B = 17.98%

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

#A61529 (or 0xA61529) is known color: Bright Red. HEX triplet: A6, 15 and 29. RGB value is (166,21,41). Sum of RGB (Red+Green+Blue) = 166+21+41=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A61529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61529 is #59EAD6. Grayscale: #424242. Windows color (decimal): -5892823 or 2692518. OLE color: 2692518.

HSL color Cylindrical-coordinate representation of color #A61529: hue angle of 351.72º degrees, saturation: 0.78, 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 #A61529 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 41 -
CMYK 0 0.87 0.75 0.35
HSL 351.72º 0.78% 0.37% -
HSV(B) 351.72º 0.87% 0.65% -
XYZ 16.39 8.8 2.93 -
YUV 66.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 166 21 41 0 0.87 0.75 0.35 351.72 0.78 0.37
Hex A6 15 29 0 57 4B 23 160 4E 25
Octal 246 25 51 0 127 113 43 540 116 45
Binary 10100110 10101 101001 0 1010111 1001011 100011 101100000 1001110 100101

Color Harmonies of #A61529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61529

Black with #A61529

Text Example


Text Example

White with #A61529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61529; }

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

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

background-color css

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

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

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

border-color css

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

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

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