Html Css Color HEX #931424 Carmine

📋 copy color: '#931424'

red 147 ◦ green 20 ◦ blue 36

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

Shades of Carmine #931424

Tints of Carmine #931424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 72.41%
G = 9.85%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#931424 (or 0x931424) is known color: Carmine. HEX triplet: 93, 14 and 24. RGB value is (147,20,36). Sum of RGB (Red+Green+Blue) = 147+20+36=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #931424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931424 is #6CEBDB. Grayscale: #3B3B3B. Windows color (decimal): -7138268 or 2364563. OLE color: 2364563.

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

Color convert

RGB 147 20 36 -
CMYK 0 0.86 0.76 0.42
HSL 352.44º 0.76% 0.33% -
HSV(B) 352.44º 0.86% 0.58% -
XYZ 12.6 6.83 2.32 -
YUV 59.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 147 20 36 0 0.86 0.76 0.42 352.44 0.76 0.33
Hex 93 14 24 0 56 4C 2A 160 4C 21
Octal 223 24 44 0 126 114 52 540 114 41
Binary 10010011 10100 100100 0 1010110 1001100 101010 101100000 1001100 100001

Color Harmonies of #931424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931424

Black with #931424

Text Example


Text Example

White with #931424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931424; }

 p { color: rgb(147,20,36); }

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

background-color css

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

 a { background-color: rgb(147,20,36); }

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

border-color css

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

 span { border-color: rgb(147,20,36); }

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