Html Css Color HEX #950716 Carmine

📋 copy color: '#950716'

red 149 ◦ green 7 ◦ blue 22

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

Shades of Carmine #950716

Tints of Carmine #950716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 83.71%
G = 3.93%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#950716 (or 0x950716) is known color: Carmine. HEX triplet: 95, 07 and 16. RGB value is (149,7,22). Sum of RGB (Red+Green+Blue) = 149+7+22=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #950716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950716 is #6AF8E9. Grayscale: #333333. Windows color (decimal): -7010538 or 1443733. OLE color: 1443733.

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

Color convert

RGB 149 7 22 -
CMYK 0 0.95 0.85 0.42
HSL 353.66º 0.91% 0.31% -
HSV(B) 353.66º 0.95% 0.58% -
XYZ 12.62 6.6 1.37 -
YUV 51.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 149 7 22 0 0.95 0.85 0.42 353.66 0.91 0.31
Hex 95 7 16 0 5F 55 2A 162 5B 1F
Octal 225 7 26 0 137 125 52 542 133 37
Binary 10010101 111 10110 0 1011111 1010101 101010 101100010 1011011 11111

Color Harmonies of #950716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950716

Black with #950716

Text Example


Text Example

White with #950716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950716; }

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

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

background-color css

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

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

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

border-color css

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

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

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