Html Css Color HEX #A61627 Bright Red

📋 copy color: '#A61627'

red 166 ◦ green 22 ◦ blue 39

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

Shades of Bright Red #A61627

Tints of Bright Red #A61627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 73.13%
G = 9.69%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A61627 (or 0xA61627) is known color: Bright Red. HEX triplet: A6, 16 and 27. RGB value is (166,22,39). Sum of RGB (Red+Green+Blue) = 166+22+39=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A61627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61627 is #59E9D8. Grayscale: #434343. Windows color (decimal): -5892569 or 2561702. OLE color: 2561702.

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

Color convert

RGB 166 22 39 -
CMYK 0 0.87 0.77 0.35
HSL 352.92º 0.77% 0.37% -
HSV(B) 352.92º 0.87% 0.65% -
XYZ 16.38 8.83 2.76 -
YUV 66.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 166 22 39 0 0.87 0.77 0.35 352.92 0.77 0.37
Hex A6 16 27 0 57 4D 23 161 4D 25
Octal 246 26 47 0 127 115 43 541 115 45
Binary 10100110 10110 100111 0 1010111 1001101 100011 101100001 1001101 100101

Color Harmonies of #A61627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61627

Black with #A61627

Text Example


Text Example

White with #A61627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61627; }

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

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

background-color css

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

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

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

border-color css

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

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

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