Html Css Color HEX #941323 Carmine

📋 copy color: '#941323'

red 148 ◦ green 19 ◦ blue 35

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

Shades of Carmine #941323

Tints of Carmine #941323

RGB

 RED value IS 148 (58.2% from 255) = 73.27%

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 35 (14.06% from 255) = 17.33%

R = 73.27%
G = 9.41%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#941323 (or 0x941323) is known color: Carmine. HEX triplet: 94, 13 and 23. RGB value is (148,19,35). Sum of RGB (Red+Green+Blue) = 148+19+35=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #941323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941323 is #6BECDC. Grayscale: #3B3B3B. Windows color (decimal): -7072989 or 2298772. OLE color: 2298772.

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

Color convert

RGB 148 19 35 -
CMYK 0 0.87 0.76 0.42
HSL 352.56º 0.77% 0.33% -
HSV(B) 352.56º 0.87% 0.58% -
XYZ 12.75 6.88 2.25 -
YUV 59.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 148 19 35 0 0.87 0.76 0.42 352.56 0.77 0.33
Hex 94 13 23 0 57 4C 2A 161 4D 21
Octal 224 23 43 0 127 114 52 541 115 41
Binary 10010100 10011 100011 0 1010111 1001100 101010 101100001 1001101 100001

Color Harmonies of #941323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941323

Black with #941323

Text Example


Text Example

White with #941323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941323; }

 p { color: rgb(148,19,35); }

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

background-color css

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

 a { background-color: rgb(148,19,35); }

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

border-color css

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

 span { border-color: rgb(148,19,35); }

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