Html Css Color HEX #951520 Carmine

📋 copy color: '#951520'

red 149 ◦ green 21 ◦ blue 32

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

Shades of Carmine #951520

Tints of Carmine #951520

RGB

 RED value IS 149 (58.59% from 255) = 73.76%

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

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

R = 73.76%
G = 10.4%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#951520 (or 0x951520) is known color: Carmine. HEX triplet: 95, 15 and 20. RGB value is (149,21,32). Sum of RGB (Red+Green+Blue) = 149+21+32=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #951520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951520 is #6AEADF. Grayscale: #3C3C3C. Windows color (decimal): -7006944 or 2102677. OLE color: 2102677.

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

Color convert

RGB 149 21 32 -
CMYK 0 0.86 0.79 0.42
HSL 354.84º 0.75% 0.33% -
HSV(B) 354.84º 0.86% 0.58% -
XYZ 12.92 7.03 2.04 -
YUV 60.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 149 21 32 0 0.86 0.79 0.42 354.84 0.75 0.33
Hex 95 15 20 0 56 4F 2A 163 4B 21
Octal 225 25 40 0 126 117 52 543 113 41
Binary 10010101 10101 100000 0 1010110 1001111 101010 101100011 1001011 100001

Color Harmonies of #951520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951520

Black with #951520

Text Example


Text Example

White with #951520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951520; }

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

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

background-color css

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

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

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

border-color css

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

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

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