Html Css Color HEX #951523 Carmine

📋 copy color: '#951523'

red 149 ◦ green 21 ◦ blue 35

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

Shades of Carmine #951523

Tints of Carmine #951523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 72.68%
G = 10.24%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#951523 (or 0x951523) is known color: Carmine. HEX triplet: 95, 15 and 23. RGB value is (149,21,35). Sum of RGB (Red+Green+Blue) = 149+21+35=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #951523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951523 is #6AEADC. Grayscale: #3C3C3C. Windows color (decimal): -7006941 or 2299285. OLE color: 2299285.

HSL color Cylindrical-coordinate representation of color #951523: hue angle of 353.44º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951523 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 35 -
CMYK 0 0.86 0.77 0.42
HSL 353.44º 0.75% 0.33% -
HSV(B) 353.44º 0.86% 0.58% -
XYZ 12.97 7.05 2.27 -
YUV 60.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 149 21 35 0 0.86 0.77 0.42 353.44 0.75 0.33
Hex 95 15 23 0 56 4D 2A 161 4B 21
Octal 225 25 43 0 126 115 52 541 113 41
Binary 10010101 10101 100011 0 1010110 1001101 101010 101100001 1001011 100001

Color Harmonies of #951523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951523

Black with #951523

Text Example


Text Example

White with #951523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951523; }

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

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

background-color css

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

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

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

border-color css

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

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

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