Html Css Color HEX #930B2B Carmine

📋 copy color: '#930B2B'

red 147 ◦ green 11 ◦ blue 43

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

Shades of Carmine #930B2B

Tints of Carmine #930B2B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 43 (17.19% from 255) = 21.39%

R = 73.13%
G = 5.47%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#930B2B (or 0x930B2B) is known color: Carmine. HEX triplet: 93, 0B and 2B. RGB value is (147,11,43). Sum of RGB (Red+Green+Blue) = 147+11+43=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #930B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B2B is #6CF4D4. Grayscale: #373737. Windows color (decimal): -7140565 or 2821011. OLE color: 2821011.

HSL color Cylindrical-coordinate representation of color #930B2B: hue angle of 345.88º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B2B is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 11 43 -
CMYK 0 0.93 0.71 0.42
HSL 345.88º 0.86% 0.31% -
HSV(B) 345.88º 0.93% 0.58% -
XYZ 12.59 6.62 2.9 -
YUV 55.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 147 11 43 0 0.93 0.71 0.42 345.88 0.86 0.31
Hex 93 B 2B 0 5D 47 2A 15A 56 1F
Octal 223 13 53 0 135 107 52 532 126 37
Binary 10010011 1011 101011 0 1011101 1000111 101010 101011010 1010110 11111

Color Harmonies of #930B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930B2B

Black with #930B2B

Text Example


Text Example

White with #930B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930B2B; }

 p { color: rgb(147,11,43); }

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

background-color css

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

 a { background-color: rgb(147,11,43); }

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

border-color css

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

 span { border-color: rgb(147,11,43); }

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