Html Css Color HEX #A30212 Carmine

📋 copy color: '#A30212'

red 163 ◦ green 2 ◦ blue 18

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

Shades of Carmine #A30212

Tints of Carmine #A30212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 89.07%
G = 1.09%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A30212 (or 0xA30212) is known color: Carmine. HEX triplet: A3, 02 and 12. RGB value is (163,2,18). Sum of RGB (Red+Green+Blue) = 163+2+18=183 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.07% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 163 - color contains mainly: red. Hex color #A30212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30212 is #5CFDED. Grayscale: #343434. Windows color (decimal): -6094318 or 1180323. OLE color: 1180323.

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

Color convert

RGB 163 2 18 -
CMYK 0 0.99 0.89 0.36
HSL 354.04º 0.98% 0.32% -
HSV(B) 354.04º 0.99% 0.64% -
XYZ 15.24 7.87 1.29 -
YUV 51.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 163 2 18 0 0.99 0.89 0.36 354.04 0.98 0.32
Hex A3 2 12 0 63 59 24 162 62 20
Octal 243 2 22 0 143 131 44 542 142 40
Binary 10100011 10 10010 0 1100011 1011001 100100 101100010 1100010 100000

Color Harmonies of #A30212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30212

Black with #A30212

Text Example


Text Example

White with #A30212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30212; }

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

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

background-color css

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

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

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

border-color css

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

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

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