Html Css Color HEX #950826 Carmine

📋 copy color: '#950826'

red 149 ◦ green 8 ◦ blue 38

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

Shades of Carmine #950826

Tints of Carmine #950826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 76.41%
G = 4.1%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#950826 (or 0x950826) is known color: Carmine. HEX triplet: 95, 08 and 26. RGB value is (149,8,38). Sum of RGB (Red+Green+Blue) = 149+8+38=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #950826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950826 is #6AF7D9. Grayscale: #353535. Windows color (decimal): -7010266 or 2492565. OLE color: 2492565.

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

Color convert

RGB 149 8 38 -
CMYK 0 0.95 0.74 0.42
HSL 347.23º 0.9% 0.31% -
HSV(B) 347.23º 0.95% 0.58% -
XYZ 12.83 6.7 2.45 -
YUV 53.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 149 8 38 0 0.95 0.74 0.42 347.23 0.9 0.31
Hex 95 8 26 0 5F 4A 2A 15B 5A 1F
Octal 225 10 46 0 137 112 52 533 132 37
Binary 10010101 1000 100110 0 1011111 1001010 101010 101011011 1011010 11111

Color Harmonies of #950826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950826

Black with #950826

Text Example


Text Example

White with #950826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950826; }

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

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

background-color css

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

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

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

border-color css

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

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

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