Html Css Color HEX #950325 Carmine

📋 copy color: '#950325'

red 149 ◦ green 3 ◦ blue 37

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

Shades of Carmine #950325

Tints of Carmine #950325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 78.84%
G = 1.59%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#950325 (or 0x950325) is known color: Carmine. HEX triplet: 95, 03 and 25. RGB value is (149,3,37). Sum of RGB (Red+Green+Blue) = 149+3+37=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #950325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950325 is #6AFCDA. Grayscale: #323232. Windows color (decimal): -7011547 or 2425749. OLE color: 2425749.

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

Color convert

RGB 149 3 37 -
CMYK 0 0.98 0.75 0.42
HSL 346.03º 0.96% 0.3% -
HSV(B) 346.03º 0.98% 0.58% -
XYZ 12.76 6.59 2.35 -
YUV 50.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 149 3 37 0 0.98 0.75 0.42 346.03 0.96 0.3
Hex 95 3 25 0 62 4B 2A 15A 60 1E
Octal 225 3 45 0 142 113 52 532 140 36
Binary 10010101 11 100101 0 1100010 1001011 101010 101011010 1100000 11110

Color Harmonies of #950325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950325

Black with #950325

Text Example


Text Example

White with #950325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950325; }

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

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

background-color css

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

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

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

border-color css

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

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

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