Html Css Color HEX #951125 Carmine

📋 copy color: '#951125'

red 149 ◦ green 17 ◦ blue 37

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

Shades of Carmine #951125

Tints of Carmine #951125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 73.4%
G = 8.37%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#951125 (or 0x951125) is known color: Carmine. HEX triplet: 95, 11 and 25. RGB value is (149,17,37). Sum of RGB (Red+Green+Blue) = 149+17+37=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #951125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951125 is #6AEEDA. Grayscale: #3A3A3A. Windows color (decimal): -7007963 or 2429333. OLE color: 2429333.

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

Color convert

RGB 149 17 37 -
CMYK 0 0.89 0.75 0.42
HSL 350.91º 0.8% 0.33% -
HSV(B) 350.91º 0.89% 0.58% -
XYZ 12.93 6.92 2.41 -
YUV 58.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 149 17 37 0 0.89 0.75 0.42 350.91 0.8 0.33
Hex 95 11 25 0 59 4B 2A 15F 50 21
Octal 225 21 45 0 131 113 52 537 120 41
Binary 10010101 10001 100101 0 1011001 1001011 101010 101011111 1010000 100001

Color Harmonies of #951125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951125

Black with #951125

Text Example


Text Example

White with #951125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951125; }

 p { color: rgb(149,17,37); }

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

background-color css

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

 a { background-color: rgb(149,17,37); }

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

border-color css

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

 span { border-color: rgb(149,17,37); }

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