Html Css Color HEX #A60915 Carmine

📋 copy color: '#A60915'

red 166 ◦ green 9 ◦ blue 21

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

Shades of Carmine #A60915

Tints of Carmine #A60915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 84.69%
G = 4.59%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A60915 (or 0xA60915) is known color: Carmine. HEX triplet: A6, 09 and 15. RGB value is (166,9,21). Sum of RGB (Red+Green+Blue) = 166+9+21=196 (25% of max value = 765). Red value is 166 (65.23% from 255 or 84.69% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 166 - color contains mainly: red. Hex color #A60915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60915 is #59F6EA. Grayscale: #393939. Windows color (decimal): -5895915 or 1378726. OLE color: 1378726.

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

Color convert

RGB 166 9 21 -
CMYK 0 0.95 0.87 0.35
HSL 355.41º 0.9% 0.34% -
HSV(B) 355.41º 0.95% 0.65% -
XYZ 15.96 8.36 1.48 -
YUV 57.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 166 9 21 0 0.95 0.87 0.35 355.41 0.9 0.34
Hex A6 9 15 0 5F 57 23 163 5A 22
Octal 246 11 25 0 137 127 43 543 132 42
Binary 10100110 1001 10101 0 1011111 1010111 100011 101100011 1011010 100010

Color Harmonies of #A60915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60915

Black with #A60915

Text Example


Text Example

White with #A60915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60915; }

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

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

background-color css

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

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

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

border-color css

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

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

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