Html Css Color HEX #930F2D Carmine

📋 copy color: '#930F2D'

red 147 ◦ green 15 ◦ blue 45

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

Shades of Carmine #930F2D

Tints of Carmine #930F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.25%

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

R = 71.01%
G = 7.25%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#930F2D (or 0x930F2D) is known color: Carmine. HEX triplet: 93, 0F and 2D. RGB value is (147,15,45). Sum of RGB (Red+Green+Blue) = 147+15+45=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #930F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F2D is #6CF0D2. Grayscale: #393939. Windows color (decimal): -7139539 or 2953107. OLE color: 2953107.

HSL color Cylindrical-coordinate representation of color #930F2D: hue angle of 346.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F2D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 15 45 -
CMYK 0 0.90 0.69 0.42
HSL 346.36º 0.81% 0.32% -
HSV(B) 346.36º 0.9% 0.58% -
XYZ 12.68 6.73 3.11 -
YUV 57.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 147 15 45 0 0.90 0.69 0.42 346.36 0.81 0.32
Hex 93 F 2D 0 5A 45 2A 15A 51 20
Octal 223 17 55 0 132 105 52 532 121 40
Binary 10010011 1111 101101 0 1011010 1000101 101010 101011010 1010001 100000

Color Harmonies of #930F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930F2D

Black with #930F2D

Text Example


Text Example

White with #930F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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