Html Css Color HEX #950823 Carmine

📋 copy color: '#950823'

red 149 ◦ green 8 ◦ blue 35

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

Shades of Carmine #950823

Tints of Carmine #950823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.23%

R = 77.6%
G = 4.17%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#950823 (or 0x950823) is known color: Carmine. HEX triplet: 95, 08 and 23. RGB value is (149,8,35). Sum of RGB (Red+Green+Blue) = 149+8+35=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #950823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950823 is #6AF7DC. Grayscale: #353535. Windows color (decimal): -7010269 or 2295957. OLE color: 2295957.

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

Color convert

RGB 149 8 35 -
CMYK 0 0.95 0.77 0.42
HSL 348.51º 0.9% 0.31% -
HSV(B) 348.51º 0.95% 0.58% -
XYZ 12.78 6.68 2.21 -
YUV 53.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 149 8 35 0 0.95 0.77 0.42 348.51 0.9 0.31
Hex 95 8 23 0 5F 4D 2A 15D 5A 1F
Octal 225 10 43 0 137 115 52 535 132 37
Binary 10010101 1000 100011 0 1011111 1001101 101010 101011101 1011010 11111

Color Harmonies of #950823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950823

Black with #950823

Text Example


Text Example

White with #950823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950823; }

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

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

background-color css

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

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

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

border-color css

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

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

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