Html Css Color HEX #A00618 Carmine

📋 copy color: '#A00618'

red 160 ◦ green 6 ◦ blue 24

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

Shades of Carmine #A00618

Tints of Carmine #A00618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 84.21%
G = 3.16%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A00618 (or 0xA00618) is known color: Carmine. HEX triplet: A0, 06 and 18. RGB value is (160,6,24). Sum of RGB (Red+Green+Blue) = 160+6+24=190 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.21% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 160 - color contains mainly: red. Hex color #A00618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00618 is #5FF9E7. Grayscale: #363636. Windows color (decimal): -6289896 or 1574560. OLE color: 1574560.

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

Color convert

RGB 160 6 24 -
CMYK 0 0.96 0.85 0.37
HSL 352.99º 0.93% 0.33% -
HSV(B) 352.99º 0.96% 0.63% -
XYZ 14.73 7.67 1.57 -
YUV 54.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 160 6 24 0 0.96 0.85 0.37 352.99 0.93 0.33
Hex A0 6 18 0 60 55 25 161 5D 21
Octal 240 6 30 0 140 125 45 541 135 41
Binary 10100000 110 11000 0 1100000 1010101 100101 101100001 1011101 100001

Color Harmonies of #A00618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00618

Black with #A00618

Text Example


Text Example

White with #A00618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00618; }

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

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

background-color css

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

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

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

border-color css

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

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

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