Html Css Color HEX #950828 Carmine

📋 copy color: '#950828'

red 149 ◦ green 8 ◦ blue 40

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

Shades of Carmine #950828

Tints of Carmine #950828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.3%

R = 75.63%
G = 4.06%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#950828 (or 0x950828) is known color: Carmine. HEX triplet: 95, 08 and 28. RGB value is (149,8,40). Sum of RGB (Red+Green+Blue) = 149+8+40=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #950828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950828 is #6AF7D7. Grayscale: #353535. Windows color (decimal): -7010264 or 2623637. OLE color: 2623637.

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

Color convert

RGB 149 8 40 -
CMYK 0 0.95 0.73 0.42
HSL 346.38º 0.9% 0.31% -
HSV(B) 346.38º 0.95% 0.58% -
XYZ 12.86 6.72 2.63 -
YUV 53.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 149 8 40 0 0.95 0.73 0.42 346.38 0.9 0.31
Hex 95 8 28 0 5F 49 2A 15A 5A 1F
Octal 225 10 50 0 137 111 52 532 132 37
Binary 10010101 1000 101000 0 1011111 1001001 101010 101011010 1011010 11111

Color Harmonies of #950828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950828

Black with #950828

Text Example


Text Example

White with #950828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950828; }

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

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

background-color css

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

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

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

border-color css

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

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

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