Html Css Color HEX #A30016 Carmine

📋 copy color: '#A30016'

red 163 ◦ green 0 ◦ blue 22

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

Shades of Carmine #A30016

Tints of Carmine #A30016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 88.11%
G = 0%
B = 11.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A30016 (or 0xA30016) is known color: Carmine. HEX triplet: A3, 00 and 16. RGB value is (163,0,22). Sum of RGB (Red+Green+Blue) = 163+0+22=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A30016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30016 is #5CFFE9. Grayscale: #333333. Windows color (decimal): -6094826 or 1441955. OLE color: 1441955.

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

Color convert

RGB 163 0 22 -
CMYK 0 1 0.87 0.36
HSL 351.9º 1% 0.32% -
HSV(B) 351.9º 1% 0.64% -
XYZ 15.25 7.84 1.47 -
YUV 51.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 163 0 22 0 1 0.87 0.36 351.9 1 0.32
Hex A3 0 16 0 64 57 24 160 64 20
Octal 243 0 26 0 144 127 44 540 144 40
Binary 10100011 0 10110 0 1100100 1010111 100100 101100000 1100100 100000

Color Harmonies of #A30016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30016

Black with #A30016

Text Example


Text Example

White with #A30016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30016; }

 p { color: rgb(163,0,22); }

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

background-color css

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

 a { background-color: rgb(163,0,22); }

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

border-color css

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

 span { border-color: rgb(163,0,22); }

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