Html Css Color HEX #A30211 Carmine

📋 copy color: '#A30211'

red 163 ◦ green 2 ◦ blue 17

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

Shades of Carmine #A30211

Tints of Carmine #A30211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 89.56%
G = 1.1%
B = 9.34%

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

#A30211 (or 0xA30211) is known color: Carmine. HEX triplet: A3, 02 and 11. RGB value is (163,2,17). Sum of RGB (Red+Green+Blue) = 163+2+17=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A30211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30211 is #5CFDEE. Grayscale: #333333. Windows color (decimal): -6094319 or 1114787. OLE color: 1114787.

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

Color convert

RGB 163 2 17 -
CMYK 0 0.99 0.90 0.36
HSL 354.41º 0.98% 0.32% -
HSV(B) 354.41º 0.99% 0.64% -
XYZ 15.23 7.87 1.25 -
YUV 51.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 163 2 17 0 0.99 0.90 0.36 354.41 0.98 0.32
Hex A3 2 11 0 63 5A 24 162 62 20
Octal 243 2 21 0 143 132 44 542 142 40
Binary 10100011 10 10001 0 1100011 1011010 100100 101100010 1100010 100000

Color Harmonies of #A30211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30211

Black with #A30211

Text Example


Text Example

White with #A30211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30211; }

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

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

background-color css

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

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

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

border-color css

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

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

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