Html Css Color HEX #A6152B Bright Red

📋 copy color: '#A6152B'

red 166 ◦ green 21 ◦ blue 43

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

Shades of Bright Red #A6152B

Tints of Bright Red #A6152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 72.17%
G = 9.13%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6152B (or 0xA6152B) is known color: Bright Red. HEX triplet: A6, 15 and 2B. RGB value is (166,21,43). Sum of RGB (Red+Green+Blue) = 166+21+43=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A6152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6152B is #59EAD4. Grayscale: #424242. Windows color (decimal): -5892821 or 2823590. OLE color: 2823590.

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

Color convert

RGB 166 21 43 -
CMYK 0 0.87 0.74 0.35
HSL 350.9º 0.78% 0.37% -
HSV(B) 350.9º 0.87% 0.65% -
XYZ 16.43 8.82 3.12 -
YUV 66.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 166 21 43 0 0.87 0.74 0.35 350.9 0.78 0.37
Hex A6 15 2B 0 57 4A 23 15F 4E 25
Octal 246 25 53 0 127 112 43 537 116 45
Binary 10100110 10101 101011 0 1010111 1001010 100011 101011111 1001110 100101

Color Harmonies of #A6152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6152B

Black with #A6152B

Text Example


Text Example

White with #A6152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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