Html Css Color HEX #930B28 Carmine

📋 copy color: '#930B28'

red 147 ◦ green 11 ◦ blue 40

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

Shades of Carmine #930B28

Tints of Carmine #930B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.2%

R = 74.24%
G = 5.56%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#930B28 (or 0x930B28) is known color: Carmine. HEX triplet: 93, 0B and 28. RGB value is (147,11,40). Sum of RGB (Red+Green+Blue) = 147+11+40=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #930B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B28 is #6CF4D7. Grayscale: #363636. Windows color (decimal): -7140568 or 2624403. OLE color: 2624403.

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

Color convert

RGB 147 11 40 -
CMYK 0 0.93 0.73 0.42
HSL 347.21º 0.86% 0.31% -
HSV(B) 347.21º 0.93% 0.58% -
XYZ 12.54 6.6 2.62 -
YUV 54.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 147 11 40 0 0.93 0.73 0.42 347.21 0.86 0.31
Hex 93 B 28 0 5D 49 2A 15B 56 1F
Octal 223 13 50 0 135 111 52 533 126 37
Binary 10010011 1011 101000 0 1011101 1001001 101010 101011011 1010110 11111

Color Harmonies of #930B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930B28

Black with #930B28

Text Example


Text Example

White with #930B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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