Html Css Color HEX #A61A29 Bright Red

📋 copy color: '#A61A29'

red 166 ◦ green 26 ◦ blue 41

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

Shades of Bright Red #A61A29

Tints of Bright Red #A61A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

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

R = 71.24%
G = 11.16%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A61A29 (or 0xA61A29) is known color: Bright Red. HEX triplet: A6, 1A and 29. RGB value is (166,26,41). Sum of RGB (Red+Green+Blue) = 166+26+41=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61A29 is #59E5D6. Grayscale: #454545. Windows color (decimal): -5891543 or 2693798. OLE color: 2693798.

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

Color convert

RGB 166 26 41 -
CMYK 0 0.84 0.75 0.35
HSL 353.57º 0.73% 0.38% -
HSV(B) 353.57º 0.84% 0.65% -
XYZ 16.5 9.01 2.97 -
YUV 69.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 166 26 41 0 0.84 0.75 0.35 353.57 0.73 0.38
Hex A6 1A 29 0 54 4B 23 162 49 26
Octal 246 32 51 0 124 113 43 542 111 46
Binary 10100110 11010 101001 0 1010100 1001011 100011 101100010 1001001 100110

Color Harmonies of #A61A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A29

Black with #A61A29

Text Example


Text Example

White with #A61A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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