Html Css Color HEX #950223 Carmine

📋 copy color: '#950223'

red 149 ◦ green 2 ◦ blue 35

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

Shades of Carmine #950223

Tints of Carmine #950223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 80.11%
G = 1.08%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#950223 (or 0x950223) is known color: Carmine. HEX triplet: 95, 02 and 23. RGB value is (149,2,35). Sum of RGB (Red+Green+Blue) = 149+2+35=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #950223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950223 is #6AFDDC. Grayscale: #313131. Windows color (decimal): -7011805 or 2294421. OLE color: 2294421.

HSL color Cylindrical-coordinate representation of color #950223: hue angle of 346.53º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950223 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 35 -
CMYK 0 0.99 0.77 0.42
HSL 346.53º 0.97% 0.3% -
HSV(B) 346.53º 0.99% 0.58% -
XYZ 12.72 6.55 2.18 -
YUV 49.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 149 2 35 0 0.99 0.77 0.42 346.53 0.97 0.3
Hex 95 2 23 0 63 4D 2A 15B 61 1E
Octal 225 2 43 0 143 115 52 533 141 36
Binary 10010101 10 100011 0 1100011 1001101 101010 101011011 1100001 11110

Color Harmonies of #950223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950223

Black with #950223

Text Example


Text Example

White with #950223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950223; }

 p { color: rgb(149,2,35); }

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

background-color css

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

 a { background-color: rgb(149,2,35); }

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

border-color css

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

 span { border-color: rgb(149,2,35); }

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