Html Css Color HEX #950315 Carmine

📋 copy color: '#950315'

red 149 ◦ green 3 ◦ blue 21

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

Shades of Carmine #950315

Tints of Carmine #950315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 86.13%
G = 1.73%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#950315 (or 0x950315) is known color: Carmine. HEX triplet: 95, 03 and 15. RGB value is (149,3,21). Sum of RGB (Red+Green+Blue) = 149+3+21=173 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.13% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 149 - color contains mainly: red. Hex color #950315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950315 is #6AFCEA. Grayscale: #303030. Windows color (decimal): -7011563 or 1377173. OLE color: 1377173.

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

Color convert

RGB 149 3 21 -
CMYK 0 0.98 0.86 0.42
HSL 352.6º 0.96% 0.3% -
HSV(B) 352.6º 0.98% 0.58% -
XYZ 12.56 6.51 1.3 -
YUV 48.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 149 3 21 0 0.98 0.86 0.42 352.6 0.96 0.3
Hex 95 3 15 0 62 56 2A 161 60 1E
Octal 225 3 25 0 142 126 52 541 140 36
Binary 10010101 11 10101 0 1100010 1010110 101010 101100001 1100000 11110

Color Harmonies of #950315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950315

Black with #950315

Text Example


Text Example

White with #950315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950315; }

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

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

background-color css

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

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

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

border-color css

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

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

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