Html Css Color HEX #931022 Carmine

📋 copy color: '#931022'

red 147 ◦ green 16 ◦ blue 34

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

Shades of Carmine #931022

Tints of Carmine #931022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 74.62%
G = 8.12%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#931022 (or 0x931022) is known color: Carmine. HEX triplet: 93, 10 and 22. RGB value is (147,16,34). Sum of RGB (Red+Green+Blue) = 147+16+34=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #931022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931022 is #6CEFDD. Grayscale: #393939. Windows color (decimal): -7139294 or 2232467. OLE color: 2232467.

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

Color convert

RGB 147 16 34 -
CMYK 0 0.89 0.77 0.42
HSL 351.76º 0.8% 0.32% -
HSV(B) 351.76º 0.89% 0.58% -
XYZ 12.51 6.69 2.15 -
YUV 57.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 147 16 34 0 0.89 0.77 0.42 351.76 0.8 0.32
Hex 93 10 22 0 59 4D 2A 160 50 20
Octal 223 20 42 0 131 115 52 540 120 40
Binary 10010011 10000 100010 0 1011001 1001101 101010 101100000 1010000 100000

Color Harmonies of #931022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931022

Black with #931022

Text Example


Text Example

White with #931022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931022; }

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

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

background-color css

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

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

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

border-color css

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

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

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