Html Css Color HEX #930316 Carmine

📋 copy color: '#930316'

red 147 ◦ green 3 ◦ blue 22

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

Shades of Carmine #930316

Tints of Carmine #930316

RGB

 RED value IS 147 (57.81% from 255) = 85.47%

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

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

R = 85.47%
G = 1.74%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#930316 (or 0x930316) is known color: Carmine. HEX triplet: 93, 03 and 16. RGB value is (147,3,22). Sum of RGB (Red+Green+Blue) = 147+3+22=172 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.47% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 147 - color contains mainly: red. Hex color #930316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930316 is #6CFCE9. Grayscale: #303030. Windows color (decimal): -7142634 or 1442707. OLE color: 1442707.

HSL color Cylindrical-coordinate representation of color #930316: hue angle of 352.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930316 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 22 -
CMYK 0 0.98 0.85 0.42
HSL 352.08º 0.96% 0.29% -
HSV(B) 352.08º 0.98% 0.58% -
XYZ 12.21 6.33 1.34 -
YUV 48.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 147 3 22 0 0.98 0.85 0.42 352.08 0.96 0.29
Hex 93 3 16 0 62 55 2A 160 60 1D
Octal 223 3 26 0 142 125 52 540 140 35
Binary 10010011 11 10110 0 1100010 1010101 101010 101100000 1100000 11101

Color Harmonies of #930316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930316

Black with #930316

Text Example


Text Example

White with #930316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930316; }

 p { color: rgb(147,3,22); }

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

background-color css

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

 a { background-color: rgb(147,3,22); }

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

border-color css

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

 span { border-color: rgb(147,3,22); }

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