Html Css Color HEX #950E22 Carmine

📋 copy color: '#950E22'

red 149 ◦ green 14 ◦ blue 34

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

Shades of Carmine #950E22

Tints of Carmine #950E22

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 75.63%
G = 7.11%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#950E22 (or 0x950E22) is known color: Carmine. HEX triplet: 95, 0E and 22. RGB value is (149,14,34). Sum of RGB (Red+Green+Blue) = 149+14+34=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #950E22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E22 is #6AF1DD. Grayscale: #383838. Windows color (decimal): -7008734 or 2231957. OLE color: 2231957.

HSL color Cylindrical-coordinate representation of color #950E22: hue angle of 351.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E22 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 34 -
CMYK 0 0.91 0.77 0.42
HSL 351.11º 0.83% 0.32% -
HSV(B) 351.11º 0.91% 0.58% -
XYZ 12.84 6.82 2.15 -
YUV 56.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 149 14 34 0 0.91 0.77 0.42 351.11 0.83 0.32
Hex 95 E 22 0 5B 4D 2A 15F 53 20
Octal 225 16 42 0 133 115 52 537 123 40
Binary 10010101 1110 100010 0 1011011 1001101 101010 101011111 1010011 100000

Color Harmonies of #950E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E22

Black with #950E22

Text Example


Text Example

White with #950E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E22; }

 p { color: rgb(149,14,34); }

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

background-color css

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

 a { background-color: rgb(149,14,34); }

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

border-color css

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

 span { border-color: rgb(149,14,34); }

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