Html Css Color HEX #A61927 Bright Red

📋 copy color: '#A61927'

red 166 ◦ green 25 ◦ blue 39

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

Shades of Bright Red #A61927

Tints of Bright Red #A61927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

 BLUE value IS 39 (15.63% from 255) = 16.96%

R = 72.17%
G = 10.87%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A61927 (or 0xA61927) is known color: Bright Red. HEX triplet: A6, 19 and 27. RGB value is (166,25,39). Sum of RGB (Red+Green+Blue) = 166+25+39=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A61927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61927 is #59E6D8. Grayscale: #444444. Windows color (decimal): -5891801 or 2562470. OLE color: 2562470.

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

Color convert

RGB 166 25 39 -
CMYK 0 0.85 0.77 0.35
HSL 354.04º 0.74% 0.37% -
HSV(B) 354.04º 0.85% 0.65% -
XYZ 16.44 8.95 2.78 -
YUV 68.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 166 25 39 0 0.85 0.77 0.35 354.04 0.74 0.37
Hex A6 19 27 0 55 4D 23 162 4A 25
Octal 246 31 47 0 125 115 43 542 112 45
Binary 10100110 11001 100111 0 1010101 1001101 100011 101100010 1001010 100101

Color Harmonies of #A61927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61927

Black with #A61927

Text Example


Text Example

White with #A61927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61927; }

 p { color: rgb(166,25,39); }

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

background-color css

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

 a { background-color: rgb(166,25,39); }

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

border-color css

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

 span { border-color: rgb(166,25,39); }

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