Html Css Color HEX #950319 Carmine

📋 copy color: '#950319'

red 149 ◦ green 3 ◦ blue 25

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

Shades of Carmine #950319

Tints of Carmine #950319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 25 (10.16% from 255) = 14.12%

R = 84.18%
G = 1.69%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#950319 (or 0x950319) is known color: Carmine. HEX triplet: 95, 03 and 19. RGB value is (149,3,25). Sum of RGB (Red+Green+Blue) = 149+3+25=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #950319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950319 is #6AFCE6. Grayscale: #313131. Windows color (decimal): -7011559 or 1639317. OLE color: 1639317.

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

Color convert

RGB 149 3 25 -
CMYK 0 0.98 0.83 0.42
HSL 350.96º 0.96% 0.3% -
HSV(B) 350.96º 0.98% 0.58% -
XYZ 12.6 6.52 1.51 -
YUV 49.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 149 3 25 0 0.98 0.83 0.42 350.96 0.96 0.3
Hex 95 3 19 0 62 53 2A 15F 60 1E
Octal 225 3 31 0 142 123 52 537 140 36
Binary 10010101 11 11001 0 1100010 1010011 101010 101011111 1100000 11110

Color Harmonies of #950319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950319

Black with #950319

Text Example


Text Example

White with #950319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950319; }

 p { color: rgb(149,3,25); }

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

background-color css

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

 a { background-color: rgb(149,3,25); }

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

border-color css

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

 span { border-color: rgb(149,3,25); }

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