Html Css Color HEX #951018 Carmine

📋 copy color: '#951018'

red 149 ◦ green 16 ◦ blue 24

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

Shades of Carmine #951018

Tints of Carmine #951018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.7%

R = 78.84%
G = 8.47%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#951018 (or 0x951018) is known color: Carmine. HEX triplet: 95, 10 and 18. RGB value is (149,16,24). Sum of RGB (Red+Green+Blue) = 149+16+24=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951018 is #6AEFE7. Grayscale: #383838. Windows color (decimal): -7008232 or 1577109. OLE color: 1577109.

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

Color convert

RGB 149 16 24 -
CMYK 0 0.89 0.84 0.42
HSL 356.39º 0.81% 0.32% -
HSV(B) 356.39º 0.89% 0.58% -
XYZ 12.74 6.83 1.51 -
YUV 56.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 149 16 24 0 0.89 0.84 0.42 356.39 0.81 0.32
Hex 95 10 18 0 59 54 2A 164 51 20
Octal 225 20 30 0 131 124 52 544 121 40
Binary 10010101 10000 11000 0 1011001 1010100 101010 101100100 1010001 100000

Color Harmonies of #951018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951018

Black with #951018

Text Example


Text Example

White with #951018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951018; }

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

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

background-color css

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

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

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

border-color css

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

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

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