Html Css Color HEX #A6152C Bright Red

📋 copy color: '#A6152C'

red 166 ◦ green 21 ◦ blue 44

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

Shades of Bright Red #A6152C

Tints of Bright Red #A6152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

 BLUE value IS 44 (17.58% from 255) = 19.05%

R = 71.86%
G = 9.09%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6152C (or 0xA6152C) is known color: Bright Red. HEX triplet: A6, 15 and 2C. RGB value is (166,21,44). Sum of RGB (Red+Green+Blue) = 166+21+44=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A6152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6152C is #59EAD3. Grayscale: #434343. Windows color (decimal): -5892820 or 2889126. OLE color: 2889126.

HSL color Cylindrical-coordinate representation of color #A6152C: hue angle of 350.48º degrees, saturation: 0.78, 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 #A6152C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 44 -
CMYK 0 0.87 0.73 0.35
HSL 350.48º 0.78% 0.37% -
HSV(B) 350.48º 0.87% 0.65% -
XYZ 16.45 8.83 3.22 -
YUV 66.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 166 21 44 0 0.87 0.73 0.35 350.48 0.78 0.37
Hex A6 15 2C 0 57 49 23 15E 4E 25
Octal 246 25 54 0 127 111 43 536 116 45
Binary 10100110 10101 101100 0 1010111 1001001 100011 101011110 1001110 100101

Color Harmonies of #A6152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6152C

Black with #A6152C

Text Example


Text Example

White with #A6152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6152C; }

 p { color: rgb(166,21,44); }

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

background-color css

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

 a { background-color: rgb(166,21,44); }

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

border-color css

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

 span { border-color: rgb(166,21,44); }

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