Html Css Color HEX #941520 Carmine

📋 copy color: '#941520'

red 148 ◦ green 21 ◦ blue 32

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

Shades of Carmine #941520

Tints of Carmine #941520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 73.63%
G = 10.45%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#941520 (or 0x941520) is known color: Carmine. HEX triplet: 94, 15 and 20. RGB value is (148,21,32). Sum of RGB (Red+Green+Blue) = 148+21+32=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #941520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941520 is #6BEADF. Grayscale: #3C3C3C. Windows color (decimal): -7072480 or 2102676. OLE color: 2102676.

HSL color Cylindrical-coordinate representation of color #941520: hue angle of 354.8º degrees, saturation: 0.75, 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 #941520 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 21 32 -
CMYK 0 0.86 0.78 0.42
HSL 354.8º 0.75% 0.33% -
HSV(B) 354.8º 0.86% 0.58% -
XYZ 12.74 6.94 2.03 -
YUV 60.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 148 21 32 0 0.86 0.78 0.42 354.8 0.75 0.33
Hex 94 15 20 0 56 4E 2A 163 4B 21
Octal 224 25 40 0 126 116 52 543 113 41
Binary 10010100 10101 100000 0 1010110 1001110 101010 101100011 1001011 100001

Color Harmonies of #941520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941520

Black with #941520

Text Example


Text Example

White with #941520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941520; }

 p { color: rgb(148,21,32); }

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

background-color css

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

 a { background-color: rgb(148,21,32); }

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

border-color css

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

 span { border-color: rgb(148,21,32); }

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