Html Css Color HEX #950830 Carmine

📋 copy color: '#950830'

red 149 ◦ green 8 ◦ blue 48

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

Shades of Carmine #950830

Tints of Carmine #950830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.41%

R = 72.68%
G = 3.9%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#950830 (or 0x950830) is known color: Carmine. HEX triplet: 95, 08 and 30. RGB value is (149,8,48). Sum of RGB (Red+Green+Blue) = 149+8+48=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #950830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950830 is #6AF7CF. Grayscale: #363636. Windows color (decimal): -7010256 or 3147925. OLE color: 3147925.

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

Color convert

RGB 149 8 48 -
CMYK 0 0.95 0.68 0.42
HSL 342.98º 0.9% 0.31% -
HSV(B) 342.98º 0.95% 0.58% -
XYZ 13.01 6.78 3.42 -
YUV 54.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 149 8 48 0 0.95 0.68 0.42 342.98 0.9 0.31
Hex 95 8 30 0 5F 44 2A 157 5A 1F
Octal 225 10 60 0 137 104 52 527 132 37
Binary 10010101 1000 110000 0 1011111 1000100 101010 101010111 1011010 11111

Color Harmonies of #950830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950830

Black with #950830

Text Example


Text Example

White with #950830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950830; }

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

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

background-color css

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

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

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

border-color css

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

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

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