Html Css Color HEX #A00B15 Carmine

📋 copy color: '#A00B15'

red 160 ◦ green 11 ◦ blue 21

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

Shades of Carmine #A00B15

Tints of Carmine #A00B15

RGB

 RED value IS 160 (62.89% from 255) = 83.33%

 GREEN value IS 11 (4.69% from 255) = 5.73%

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

R = 83.33%
G = 5.73%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A00B15 (or 0xA00B15) is known color: Carmine. HEX triplet: A0, 0B and 15. RGB value is (160,11,21). Sum of RGB (Red+Green+Blue) = 160+11+21=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00B15 is #5FF4EA. Grayscale: #383838. Windows color (decimal): -6288619 or 1379232. OLE color: 1379232.

HSL color Cylindrical-coordinate representation of color #A00B15: hue angle of 355.97º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B15 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 11 21 -
CMYK 0 0.93 0.87 0.37
HSL 355.97º 0.87% 0.34% -
HSV(B) 355.97º 0.93% 0.63% -
XYZ 14.75 7.77 1.43 -
YUV 56.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 160 11 21 0 0.93 0.87 0.37 355.97 0.87 0.34
Hex A0 B 15 0 5D 57 25 164 57 22
Octal 240 13 25 0 135 127 45 544 127 42
Binary 10100000 1011 10101 0 1011101 1010111 100101 101100100 1010111 100010

Color Harmonies of #A00B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B15

Black with #A00B15

Text Example


Text Example

White with #A00B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B15; }

 p { color: rgb(160,11,21); }

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

background-color css

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

 a { background-color: rgb(160,11,21); }

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

border-color css

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

 span { border-color: rgb(160,11,21); }

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