Html Css Color HEX #951017 Carmine

📋 copy color: '#951017'

red 149 ◦ green 16 ◦ blue 23

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

Shades of Carmine #951017

Tints of Carmine #951017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

 BLUE value IS 23 (9.38% from 255) = 12.23%

R = 79.26%
G = 8.51%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#951017 (or 0x951017) is known color: Carmine. HEX triplet: 95, 10 and 17. RGB value is (149,16,23). Sum of RGB (Red+Green+Blue) = 149+16+23=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951017 is #6AEFE8. Grayscale: #383838. Windows color (decimal): -7008233 or 1511573. OLE color: 1511573.

HSL color Cylindrical-coordinate representation of color #951017: hue angle of 356.84º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951017 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 23 -
CMYK 0 0.89 0.85 0.42
HSL 356.84º 0.81% 0.32% -
HSV(B) 356.84º 0.89% 0.58% -
XYZ 12.73 6.82 1.46 -
YUV 56.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 149 16 23 0 0.89 0.85 0.42 356.84 0.81 0.32
Hex 95 10 17 0 59 55 2A 165 51 20
Octal 225 20 27 0 131 125 52 545 121 40
Binary 10010101 10000 10111 0 1011001 1010101 101010 101100101 1010001 100000

Color Harmonies of #951017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951017

Black with #951017

Text Example


Text Example

White with #951017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951017; }

 p { color: rgb(149,16,23); }

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

background-color css

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

 a { background-color: rgb(149,16,23); }

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

border-color css

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

 span { border-color: rgb(149,16,23); }

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