Html Css Color HEX #950816 Carmine

📋 copy color: '#950816'

red 149 ◦ green 8 ◦ blue 22

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

Shades of Carmine #950816

Tints of Carmine #950816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 83.24%
G = 4.47%
B = 12.29%

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

#950816 (or 0x950816) is known color: Carmine. HEX triplet: 95, 08 and 16. RGB value is (149,8,22). Sum of RGB (Red+Green+Blue) = 149+8+22=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #950816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950816 is #6AF7E9. Grayscale: #333333. Windows color (decimal): -7010282 or 1443989. OLE color: 1443989.

HSL color Cylindrical-coordinate representation of color #950816: hue angle of 354.04º degrees, saturation: 0.9, 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 #950816 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 22 -
CMYK 0 0.95 0.85 0.42
HSL 354.04º 0.9% 0.31% -
HSV(B) 354.04º 0.95% 0.58% -
XYZ 12.63 6.62 1.37 -
YUV 51.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 149 8 22 0 0.95 0.85 0.42 354.04 0.9 0.31
Hex 95 8 16 0 5F 55 2A 162 5A 1F
Octal 225 10 26 0 137 125 52 542 132 37
Binary 10010101 1000 10110 0 1011111 1010101 101010 101100010 1011010 11111

Color Harmonies of #950816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950816

Black with #950816

Text Example


Text Example

White with #950816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950816; }

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

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

background-color css

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

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

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

border-color css

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

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

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