Html Css Color HEX #950F25 Carmine

📋 copy color: '#950F25'

red 149 ◦ green 15 ◦ blue 37

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

Shades of Carmine #950F25

Tints of Carmine #950F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.46%

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

R = 74.13%
G = 7.46%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#950F25 (or 0x950F25) is known color: Carmine. HEX triplet: 95, 0F and 25. RGB value is (149,15,37). Sum of RGB (Red+Green+Blue) = 149+15+37=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #950F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F25 is #6AF0DA. Grayscale: #393939. Windows color (decimal): -7008475 or 2428821. OLE color: 2428821.

HSL color Cylindrical-coordinate representation of color #950F25: hue angle of 350.15º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F25 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 37 -
CMYK 0 0.90 0.75 0.42
HSL 350.15º 0.82% 0.32% -
HSV(B) 350.15º 0.9% 0.58% -
XYZ 12.9 6.86 2.4 -
YUV 57.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 149 15 37 0 0.90 0.75 0.42 350.15 0.82 0.32
Hex 95 F 25 0 5A 4B 2A 15E 52 20
Octal 225 17 45 0 132 113 52 536 122 40
Binary 10010101 1111 100101 0 1011010 1001011 101010 101011110 1010010 100000

Color Harmonies of #950F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F25

Black with #950F25

Text Example


Text Example

White with #950F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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