Html Css Color HEX #A30110 Carmine

📋 copy color: '#A30110'

red 163 ◦ green 1 ◦ blue 16

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

Shades of Carmine #A30110

Tints of Carmine #A30110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 90.56%
G = 0.56%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A30110 (or 0xA30110) is known color: Carmine. HEX triplet: A3, 01 and 10. RGB value is (163,1,16). Sum of RGB (Red+Green+Blue) = 163+1+16=180 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.56% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 163 - color contains mainly: red. Hex color #A30110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30110 is #5CFEEF. Grayscale: #333333. Windows color (decimal): -6094576 or 1048995. OLE color: 1048995.

HSL color Cylindrical-coordinate representation of color #A30110: hue angle of 354.44º 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 #A30110 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 1 16 -
CMYK 0 0.99 0.90 0.36
HSL 354.44º 0.99% 0.32% -
HSV(B) 354.44º 0.99% 0.64% -
XYZ 15.21 7.85 1.2 -
YUV 51.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 163 1 16 0 0.99 0.90 0.36 354.44 0.99 0.32
Hex A3 1 10 0 63 5A 24 162 63 20
Octal 243 1 20 0 143 132 44 542 143 40
Binary 10100011 1 10000 0 1100011 1011010 100100 101100010 1100011 100000

Color Harmonies of #A30110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30110

Black with #A30110

Text Example


Text Example

White with #A30110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30110; }

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

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

background-color css

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

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

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

border-color css

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

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

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