Html Css Color HEX #A61731 Bright Red

📋 copy color: '#A61731'

red 166 ◦ green 23 ◦ blue 49

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

Shades of Bright Red #A61731

Tints of Bright Red #A61731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

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

R = 69.75%
G = 9.66%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A61731 (or 0xA61731) is known color: Bright Red. HEX triplet: A6, 17 and 31. RGB value is (166,23,49). Sum of RGB (Red+Green+Blue) = 166+23+49=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A61731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61731 is #59E8CE. Grayscale: #444444. Windows color (decimal): -5892303 or 3217318. OLE color: 3217318.

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

Color convert

RGB 166 23 49 -
CMYK 0 0.86 0.70 0.35
HSL 349.09º 0.76% 0.37% -
HSV(B) 349.09º 0.86% 0.65% -
XYZ 16.59 8.94 3.76 -
YUV 68.72 116.88 197.39 -
System Red Green Blue C M Y K H S L
Decimal 166 23 49 0 0.86 0.70 0.35 349.09 0.76 0.37
Hex A6 17 31 0 56 46 23 15D 4C 25
Octal 246 27 61 0 126 106 43 535 114 45
Binary 10100110 10111 110001 0 1010110 1000110 100011 101011101 1001100 100101

Color Harmonies of #A61731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61731

Black with #A61731

Text Example


Text Example

White with #A61731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61731; }

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

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

background-color css

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

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

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

border-color css

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

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

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