Html Css Color HEX #A30216 Carmine

📋 copy color: '#A30216'

red 163 ◦ green 2 ◦ blue 22

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

Shades of Carmine #A30216

Tints of Carmine #A30216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 87.17%
G = 1.07%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A30216 (or 0xA30216) is known color: Carmine. HEX triplet: A3, 02 and 16. RGB value is (163,2,22). Sum of RGB (Red+Green+Blue) = 163+2+22=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A30216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30216 is #5CFDE9. Grayscale: #343434. Windows color (decimal): -6094314 or 1442467. OLE color: 1442467.

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

Color convert

RGB 163 2 22 -
CMYK 0 0.99 0.87 0.36
HSL 352.55º 0.98% 0.32% -
HSV(B) 352.55º 0.99% 0.64% -
XYZ 15.27 7.89 1.48 -
YUV 52.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 163 2 22 0 0.99 0.87 0.36 352.55 0.98 0.32
Hex A3 2 16 0 63 57 24 161 62 20
Octal 243 2 26 0 143 127 44 541 142 40
Binary 10100011 10 10110 0 1100011 1010111 100100 101100001 1100010 100000

Color Harmonies of #A30216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30216

Black with #A30216

Text Example


Text Example

White with #A30216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30216; }

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

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

background-color css

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

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

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

border-color css

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

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

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