Html Css Color HEX #A61D31 Bright Red

📋 copy color: '#A61D31'

red 166 ◦ green 29 ◦ blue 49

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

Shades of Bright Red #A61D31

Tints of Bright Red #A61D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.89%

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 68.03%
G = 11.89%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A61D31 (or 0xA61D31) is known color: Bright Red. HEX triplet: A6, 1D and 31. RGB value is (166,29,49). Sum of RGB (Red+Green+Blue) = 166+29+49=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D31 is #59E2CE. Grayscale: #484848. Windows color (decimal): -5890767 or 3218854. OLE color: 3218854.

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

Color convert

RGB 166 29 49 -
CMYK 0 0.83 0.70 0.35
HSL 351.24º 0.7% 0.38% -
HSV(B) 351.24º 0.83% 0.65% -
XYZ 16.72 9.21 3.8 -
YUV 72.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 166 29 49 0 0.83 0.70 0.35 351.24 0.7 0.38
Hex A6 1D 31 0 53 46 23 15F 46 26
Octal 246 35 61 0 123 106 43 537 106 46
Binary 10100110 11101 110001 0 1010011 1000110 100011 101011111 1000110 100110

Color Harmonies of #A61D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D31

Black with #A61D31

Text Example


Text Example

White with #A61D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D31; }

 p { color: rgb(166,29,49); }

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

background-color css

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

 a { background-color: rgb(166,29,49); }

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

border-color css

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

 span { border-color: rgb(166,29,49); }

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