Html Css Color HEX #A00018 Carmine

📋 copy color: '#A00018'

red 160 ◦ green 0 ◦ blue 24

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

Shades of Carmine #A00018

Tints of Carmine #A00018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 86.96%
G = 0%
B = 13.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A00018 (or 0xA00018) is known color: Carmine. HEX triplet: A0, 00 and 18. RGB value is (160,0,24). Sum of RGB (Red+Green+Blue) = 160+0+24=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A00018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00018 is #5FFFE7. Grayscale: #323232. Windows color (decimal): -6291432 or 1573024. OLE color: 1573024.

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

Color convert

RGB 160 0 24 -
CMYK 0 1 0.85 0.37
HSL 351º 1% 0.31% -
HSV(B) 351º 1% 0.63% -
XYZ 14.66 7.54 1.55 -
YUV 50.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 160 0 24 0 1 0.85 0.37 351 1 0.31
Hex A0 0 18 0 64 55 25 15F 64 1F
Octal 240 0 30 0 144 125 45 537 144 37
Binary 10100000 0 11000 0 1100100 1010101 100101 101011111 1100100 11111

Color Harmonies of #A00018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00018

Black with #A00018

Text Example


Text Example

White with #A00018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00018; }

 p { color: rgb(160,0,24); }

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

background-color css

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

 a { background-color: rgb(160,0,24); }

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

border-color css

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

 span { border-color: rgb(160,0,24); }

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