Html Css Color HEX #930213 Carmine

📋 copy color: '#930213'

red 147 ◦ green 2 ◦ blue 19

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

Shades of Carmine #930213

Tints of Carmine #930213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 87.5%
G = 1.19%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#930213 (or 0x930213) is known color: Carmine. HEX triplet: 93, 02 and 13. RGB value is (147,2,19). Sum of RGB (Red+Green+Blue) = 147+2+19=168 (22% of max value = 765). Red value is 147 (57.81% from 255 or 87.5% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 147 - color contains mainly: red. Hex color #930213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930213 is #6CFDEC. Grayscale: #2F2F2F. Windows color (decimal): -7142893 or 1245843. OLE color: 1245843.

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

Color convert

RGB 147 2 19 -
CMYK 0 0.99 0.87 0.42
HSL 352.97º 0.97% 0.29% -
HSV(B) 352.97º 0.99% 0.58% -
XYZ 12.17 6.29 1.19 -
YUV 47.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 147 2 19 0 0.99 0.87 0.42 352.97 0.97 0.29
Hex 93 2 13 0 63 57 2A 161 61 1D
Octal 223 2 23 0 143 127 52 541 141 35
Binary 10010011 10 10011 0 1100011 1010111 101010 101100001 1100001 11101

Color Harmonies of #930213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930213

Black with #930213

Text Example


Text Example

White with #930213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930213; }

 p { color: rgb(147,2,19); }

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

background-color css

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

 a { background-color: rgb(147,2,19); }

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

border-color css

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

 span { border-color: rgb(147,2,19); }

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