Html Css Color HEX #951620 Carmine

📋 copy color: '#951620'

red 149 ◦ green 22 ◦ blue 32

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

Shades of Carmine #951620

Tints of Carmine #951620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

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

R = 73.4%
G = 10.84%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#951620 (or 0x951620) is known color: Carmine. HEX triplet: 95, 16 and 20. RGB value is (149,22,32). Sum of RGB (Red+Green+Blue) = 149+22+32=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #951620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951620 is #6AE9DF. Grayscale: #3D3D3D. Windows color (decimal): -7006688 or 2102933. OLE color: 2102933.

HSL color Cylindrical-coordinate representation of color #951620: hue angle of 355.28º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951620 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 32 -
CMYK 0 0.85 0.79 0.42
HSL 355.28º 0.74% 0.34% -
HSV(B) 355.28º 0.85% 0.58% -
XYZ 12.94 7.07 2.05 -
YUV 61.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 149 22 32 0 0.85 0.79 0.42 355.28 0.74 0.34
Hex 95 16 20 0 55 4F 2A 163 4A 22
Octal 225 26 40 0 125 117 52 543 112 42
Binary 10010101 10110 100000 0 1010101 1001111 101010 101100011 1001010 100010

Color Harmonies of #951620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951620

Black with #951620

Text Example


Text Example

White with #951620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951620; }

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

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

background-color css

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

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

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

border-color css

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

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

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