Html Css Color HEX #A30312 Carmine

📋 copy color: '#A30312'

red 163 ◦ green 3 ◦ blue 18

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

Shades of Carmine #A30312

Tints of Carmine #A30312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 88.59%
G = 1.63%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A30312 (or 0xA30312) is known color: Carmine. HEX triplet: A3, 03 and 12. RGB value is (163,3,18). Sum of RGB (Red+Green+Blue) = 163+3+18=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A30312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30312 is #5CFCED. Grayscale: #343434. Windows color (decimal): -6094062 or 1180579. OLE color: 1180579.

HSL color Cylindrical-coordinate representation of color #A30312: hue angle of 354.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30312 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 18 -
CMYK 0 0.98 0.89 0.36
HSL 354.38º 0.96% 0.33% -
HSV(B) 354.38º 0.98% 0.64% -
XYZ 15.25 7.9 1.29 -
YUV 52.55 108.51 206.78 -
System Red Green Blue C M Y K H S L
Decimal 163 3 18 0 0.98 0.89 0.36 354.38 0.96 0.33
Hex A3 3 12 0 62 59 24 162 60 21
Octal 243 3 22 0 142 131 44 542 140 41
Binary 10100011 11 10010 0 1100010 1011001 100100 101100010 1100000 100001

Color Harmonies of #A30312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30312

Black with #A30312

Text Example


Text Example

White with #A30312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30312; }

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

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

background-color css

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

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

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

border-color css

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

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

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