Html Css Color HEX #950718 Carmine

📋 copy color: '#950718'

red 149 ◦ green 7 ◦ blue 24

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

Shades of Carmine #950718

Tints of Carmine #950718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

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

R = 82.78%
G = 3.89%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#950718 (or 0x950718) is known color: Carmine. HEX triplet: 95, 07 and 18. RGB value is (149,7,24). Sum of RGB (Red+Green+Blue) = 149+7+24=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #950718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950718 is #6AF8E7. Grayscale: #333333. Windows color (decimal): -7010536 or 1574805. OLE color: 1574805.

HSL color Cylindrical-coordinate representation of color #950718: hue angle of 352.82º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950718 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 24 -
CMYK 0 0.95 0.84 0.42
HSL 352.82º 0.91% 0.31% -
HSV(B) 352.82º 0.95% 0.58% -
XYZ 12.64 6.61 1.47 -
YUV 51.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 149 7 24 0 0.95 0.84 0.42 352.82 0.91 0.31
Hex 95 7 18 0 5F 54 2A 161 5B 1F
Octal 225 7 30 0 137 124 52 541 133 37
Binary 10010101 111 11000 0 1011111 1010100 101010 101100001 1011011 11111

Color Harmonies of #950718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950718

Black with #950718

Text Example


Text Example

White with #950718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950718; }

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

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

background-color css

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

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

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

border-color css

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

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

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