Html Css Color HEX #A6051E Carmine

📋 copy color: '#A6051E'

red 166 ◦ green 5 ◦ blue 30

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

Shades of Carmine #A6051E

Tints of Carmine #A6051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 82.59%
G = 2.49%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6051E (or 0xA6051E) is known color: Carmine. HEX triplet: A6, 05 and 1E. RGB value is (166,5,30). Sum of RGB (Red+Green+Blue) = 166+5+30=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A6051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6051E is #59FAE1. Grayscale: #383838. Windows color (decimal): -5896930 or 1967526. OLE color: 1967526.

HSL color Cylindrical-coordinate representation of color #A6051E: hue angle of 350.68º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6051E is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 5 30 -
CMYK 0 0.97 0.82 0.35
HSL 350.68º 0.94% 0.34% -
HSV(B) 350.68º 0.97% 0.65% -
XYZ 16.01 8.31 1.99 -
YUV 55.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 166 5 30 0 0.97 0.82 0.35 350.68 0.94 0.34
Hex A6 5 1E 0 61 52 23 15F 5E 22
Octal 246 5 36 0 141 122 43 537 136 42
Binary 10100110 101 11110 0 1100001 1010010 100011 101011111 1011110 100010

Color Harmonies of #A6051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6051E

Black with #A6051E

Text Example


Text Example

White with #A6051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6051E; }

 p { color: rgb(166,5,30); }

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

background-color css

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

 a { background-color: rgb(166,5,30); }

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

border-color css

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

 span { border-color: rgb(166,5,30); }

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