Html Css Color HEX #950222 Carmine

📋 copy color: '#950222'

red 149 ◦ green 2 ◦ blue 34

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

Shades of Carmine #950222

Tints of Carmine #950222

RGB

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

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

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

R = 80.54%
G = 1.08%
B = 18.38%

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

#950222 (or 0x950222) is known color: Carmine. HEX triplet: 95, 02 and 22. RGB value is (149,2,34). Sum of RGB (Red+Green+Blue) = 149+2+34=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #950222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950222 is #6AFDDD. Grayscale: #313131. Windows color (decimal): -7011806 or 2228885. OLE color: 2228885.

HSL color Cylindrical-coordinate representation of color #950222: hue angle of 346.94º 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 #950222 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 34 -
CMYK 0 0.99 0.77 0.42
HSL 346.94º 0.97% 0.3% -
HSV(B) 346.94º 0.99% 0.58% -
XYZ 12.7 6.55 2.11 -
YUV 49.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 149 2 34 0 0.99 0.77 0.42 346.94 0.97 0.3
Hex 95 2 22 0 63 4D 2A 15B 61 1E
Octal 225 2 42 0 143 115 52 533 141 36
Binary 10010101 10 100010 0 1100011 1001101 101010 101011011 1100001 11110

Color Harmonies of #950222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950222

Black with #950222

Text Example


Text Example

White with #950222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950222; }

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

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

background-color css

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

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

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

border-color css

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

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

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