Html Css Color HEX #950226 Carmine

📋 copy color: '#950226'

red 149 ◦ green 2 ◦ blue 38

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

Shades of Carmine #950226

Tints of Carmine #950226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 78.84%
G = 1.06%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#950226 (or 0x950226) is known color: Carmine. HEX triplet: 95, 02 and 26. RGB value is (149,2,38). Sum of RGB (Red+Green+Blue) = 149+2+38=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #950226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950226 is #6AFDD9. Grayscale: #323232. Windows color (decimal): -7011802 or 2491029. OLE color: 2491029.

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

Color convert

RGB 149 2 38 -
CMYK 0 0.99 0.74 0.42
HSL 345.31º 0.97% 0.3% -
HSV(B) 345.31º 0.99% 0.58% -
XYZ 12.77 6.57 2.43 -
YUV 50.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 149 2 38 0 0.99 0.74 0.42 345.31 0.97 0.3
Hex 95 2 26 0 63 4A 2A 159 61 1E
Octal 225 2 46 0 143 112 52 531 141 36
Binary 10010101 10 100110 0 1100011 1001010 101010 101011001 1100001 11110

Color Harmonies of #950226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950226

Black with #950226

Text Example


Text Example

White with #950226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950226; }

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

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

background-color css

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

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

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

border-color css

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

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

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