Html Css Color HEX #931024 Carmine

📋 copy color: '#931024'

red 147 ◦ green 16 ◦ blue 36

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

Shades of Carmine #931024

Tints of Carmine #931024

RGB

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

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

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

R = 73.87%
G = 8.04%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#931024 (or 0x931024) is known color: Carmine. HEX triplet: 93, 10 and 24. RGB value is (147,16,36). Sum of RGB (Red+Green+Blue) = 147+16+36=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #931024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931024 is #6CEFDB. Grayscale: #393939. Windows color (decimal): -7139292 or 2363539. OLE color: 2363539.

HSL color Cylindrical-coordinate representation of color #931024: hue angle of 350.84º 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 #931024 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 16 36 -
CMYK 0 0.89 0.76 0.42
HSL 350.84º 0.8% 0.32% -
HSV(B) 350.84º 0.89% 0.58% -
XYZ 12.54 6.7 2.3 -
YUV 57.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 147 16 36 0 0.89 0.76 0.42 350.84 0.8 0.32
Hex 93 10 24 0 59 4C 2A 15F 50 20
Octal 223 20 44 0 131 114 52 537 120 40
Binary 10010011 10000 100100 0 1011001 1001100 101010 101011111 1010000 100000

Color Harmonies of #931024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931024

Black with #931024

Text Example


Text Example

White with #931024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931024; }

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

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

background-color css

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

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

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

border-color css

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

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

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