Html Css Color HEX #A6142F Bright Red

📋 copy color: '#A6142F'

red 166 ◦ green 20 ◦ blue 47

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

Shades of Bright Red #A6142F

Tints of Bright Red #A6142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 71.24%
G = 8.58%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6142F (or 0xA6142F) is known color: Bright Red. HEX triplet: A6, 14 and 2F. RGB value is (166,20,47). Sum of RGB (Red+Green+Blue) = 166+20+47=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A6142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6142F is #59EBD0. Grayscale: #424242. Windows color (decimal): -5893073 or 3085478. OLE color: 3085478.

HSL color Cylindrical-coordinate representation of color #A6142F: hue angle of 348.9º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6142F is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 47 -
CMYK 0 0.88 0.72 0.35
HSL 348.9º 0.78% 0.36% -
HSV(B) 348.9º 0.88% 0.65% -
XYZ 16.49 8.81 3.52 -
YUV 66.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 166 20 47 0 0.88 0.72 0.35 348.9 0.78 0.36
Hex A6 14 2F 0 58 48 23 15D 4E 24
Octal 246 24 57 0 130 110 43 535 116 44
Binary 10100110 10100 101111 0 1011000 1001000 100011 101011101 1001110 100100

Color Harmonies of #A6142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6142F

Black with #A6142F

Text Example


Text Example

White with #A6142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6142F; }

 p { color: rgb(166,20,47); }

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

background-color css

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

 a { background-color: rgb(166,20,47); }

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

border-color css

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

 span { border-color: rgb(166,20,47); }

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