Html Css Color HEX #950824 Carmine

📋 copy color: '#950824'

red 149 ◦ green 8 ◦ blue 36

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

Shades of Carmine #950824

Tints of Carmine #950824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 36 (14.45% from 255) = 18.65%

R = 77.2%
G = 4.15%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#950824 (or 0x950824) is known color: Carmine. HEX triplet: 95, 08 and 24. RGB value is (149,8,36). Sum of RGB (Red+Green+Blue) = 149+8+36=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #950824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950824 is #6AF7DB. Grayscale: #353535. Windows color (decimal): -7010268 or 2361493. OLE color: 2361493.

HSL color Cylindrical-coordinate representation of color #950824: hue angle of 348.09º degrees, saturation: 0.9, 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 #950824 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 36 -
CMYK 0 0.95 0.76 0.42
HSL 348.09º 0.9% 0.31% -
HSV(B) 348.09º 0.95% 0.58% -
XYZ 12.8 6.69 2.29 -
YUV 53.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 149 8 36 0 0.95 0.76 0.42 348.09 0.9 0.31
Hex 95 8 24 0 5F 4C 2A 15C 5A 1F
Octal 225 10 44 0 137 114 52 534 132 37
Binary 10010101 1000 100100 0 1011111 1001100 101010 101011100 1011010 11111

Color Harmonies of #950824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950824

Black with #950824

Text Example


Text Example

White with #950824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950824; }

 p { color: rgb(149,8,36); }

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

background-color css

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

 a { background-color: rgb(149,8,36); }

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

border-color css

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

 span { border-color: rgb(149,8,36); }

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