Html Css Color HEX #A61827 Bright Red

📋 copy color: '#A61827'

red 166 ◦ green 24 ◦ blue 39

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

Shades of Bright Red #A61827

Tints of Bright Red #A61827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 72.49%
G = 10.48%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A61827 (or 0xA61827) is known color: Bright Red. HEX triplet: A6, 18 and 27. RGB value is (166,24,39). Sum of RGB (Red+Green+Blue) = 166+24+39=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A61827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61827 is #59E7D8. Grayscale: #444444. Windows color (decimal): -5892057 or 2562214. OLE color: 2562214.

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

Color convert

RGB 166 24 39 -
CMYK 0 0.86 0.77 0.35
HSL 353.66º 0.75% 0.37% -
HSV(B) 353.66º 0.86% 0.65% -
XYZ 16.42 8.91 2.77 -
YUV 68.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 166 24 39 0 0.86 0.77 0.35 353.66 0.75 0.37
Hex A6 18 27 0 56 4D 23 162 4B 25
Octal 246 30 47 0 126 115 43 542 113 45
Binary 10100110 11000 100111 0 1010110 1001101 100011 101100010 1001011 100101

Color Harmonies of #A61827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61827

Black with #A61827

Text Example


Text Example

White with #A61827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61827; }

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

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

background-color css

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

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

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

border-color css

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

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

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