Html Css Color HEX #A30118 Carmine

📋 copy color: '#A30118'

red 163 ◦ green 1 ◦ blue 24

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

Shades of Carmine #A30118

Tints of Carmine #A30118

RGB

 RED value IS 163 (64.06% from 255) = 86.7%

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 86.7%
G = 0.53%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A30118 (or 0xA30118) is known color: Carmine. HEX triplet: A3, 01 and 18. RGB value is (163,1,24). Sum of RGB (Red+Green+Blue) = 163+1+24=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A30118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30118 is #5CFEE7. Grayscale: #343434. Windows color (decimal): -6094568 or 1573283. OLE color: 1573283.

HSL color Cylindrical-coordinate representation of color #A30118: hue angle of 351.48º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30118 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 1 24 -
CMYK 0 0.99 0.85 0.36
HSL 351.48º 0.99% 0.32% -
HSV(B) 351.48º 0.99% 0.64% -
XYZ 15.28 7.87 1.58 -
YUV 52.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 163 1 24 0 0.99 0.85 0.36 351.48 0.99 0.32
Hex A3 1 18 0 63 55 24 15F 63 20
Octal 243 1 30 0 143 125 44 537 143 40
Binary 10100011 1 11000 0 1100011 1010101 100100 101011111 1100011 100000

Color Harmonies of #A30118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30118

Black with #A30118

Text Example


Text Example

White with #A30118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30118; }

 p { color: rgb(163,1,24); }

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

background-color css

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

 a { background-color: rgb(163,1,24); }

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

border-color css

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

 span { border-color: rgb(163,1,24); }

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