Html Css Color HEX #A00415 Carmine

📋 copy color: '#A00415'

red 160 ◦ green 4 ◦ blue 21

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

Shades of Carmine #A00415

Tints of Carmine #A00415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 86.49%
G = 2.16%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A00415 (or 0xA00415) is known color: Carmine. HEX triplet: A0, 04 and 15. RGB value is (160,4,21). Sum of RGB (Red+Green+Blue) = 160+4+21=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00415 is #5FFBEA. Grayscale: #343434. Windows color (decimal): -6290411 or 1377440. OLE color: 1377440.

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

Color convert

RGB 160 4 21 -
CMYK 0 0.98 0.87 0.37
HSL 353.46º 0.95% 0.32% -
HSV(B) 353.46º 0.98% 0.63% -
XYZ 14.68 7.61 1.41 -
YUV 52.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 160 4 21 0 0.98 0.87 0.37 353.46 0.95 0.32
Hex A0 4 15 0 62 57 25 161 5F 20
Octal 240 4 25 0 142 127 45 541 137 40
Binary 10100000 100 10101 0 1100010 1010111 100101 101100001 1011111 100000

Color Harmonies of #A00415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00415

Black with #A00415

Text Example


Text Example

White with #A00415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00415; }

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

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

background-color css

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

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

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

border-color css

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

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

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