Html Css Color HEX #930B2D Carmine

📋 copy color: '#930B2D'

red 147 ◦ green 11 ◦ blue 45

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

Shades of Carmine #930B2D

Tints of Carmine #930B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.17%

R = 72.41%
G = 5.42%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#930B2D (or 0x930B2D) is known color: Carmine. HEX triplet: 93, 0B and 2D. RGB value is (147,11,45). Sum of RGB (Red+Green+Blue) = 147+11+45=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #930B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B2D is #6CF4D2. Grayscale: #373737. Windows color (decimal): -7140563 or 2952083. OLE color: 2952083.

HSL color Cylindrical-coordinate representation of color #930B2D: hue angle of 345º 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 #930B2D is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 11 45 -
CMYK 0 0.93 0.69 0.42
HSL 345º 0.86% 0.31% -
HSV(B) 345º 0.93% 0.58% -
XYZ 12.63 6.63 3.1 -
YUV 55.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 147 11 45 0 0.93 0.69 0.42 345 0.86 0.31
Hex 93 B 2D 0 5D 45 2A 159 56 1F
Octal 223 13 55 0 135 105 52 531 126 37
Binary 10010011 1011 101101 0 1011101 1000101 101010 101011001 1010110 11111

Color Harmonies of #930B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930B2D

Black with #930B2D

Text Example


Text Example

White with #930B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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