Html Css Color HEX #931029 Carmine

📋 copy color: '#931029'

red 147 ◦ green 16 ◦ blue 41

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

Shades of Carmine #931029

Tints of Carmine #931029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

 BLUE value IS 41 (16.41% from 255) = 20.1%

R = 72.06%
G = 7.84%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#931029 (or 0x931029) is known color: Carmine. HEX triplet: 93, 10 and 29. RGB value is (147,16,41). Sum of RGB (Red+Green+Blue) = 147+16+41=204 (27% of max value = 765). Red value is 147 (57.81% from 255 or 72.06% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 147 - color contains mainly: red. Hex color #931029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931029 is #6CEFD6. Grayscale: #3A3A3A. Windows color (decimal): -7139287 or 2691219. OLE color: 2691219.

HSL color Cylindrical-coordinate representation of color #931029: hue angle of 348.55º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931029 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 16 41 -
CMYK 0 0.89 0.72 0.42
HSL 348.55º 0.8% 0.32% -
HSV(B) 348.55º 0.89% 0.58% -
XYZ 12.62 6.73 2.73 -
YUV 58.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 147 16 41 0 0.89 0.72 0.42 348.55 0.8 0.32
Hex 93 10 29 0 59 48 2A 15D 50 20
Octal 223 20 51 0 131 110 52 535 120 40
Binary 10010011 10000 101001 0 1011001 1001000 101010 101011101 1010000 100000

Color Harmonies of #931029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931029

Black with #931029

Text Example


Text Example

White with #931029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931029; }

 p { color: rgb(147,16,41); }

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

background-color css

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

 a { background-color: rgb(147,16,41); }

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

border-color css

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

 span { border-color: rgb(147,16,41); }

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