#900F25

Color #900F25 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #900F25

Tints of Carmine #900F25

Color information

#900F25 (or 0x900F25) is unknown color: approx Carmine. HEX triplet: 90, 0F and 25. RGB value is (144,15,37). Sum of RGB (Red+Green+Blue) = 144+15+37=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #900F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F25 is #6FF0DA. Grayscale: #383838. Windows color (decimal): -7336155 or 2428816. OLE color: 2428816.

HSL color Cylindrical-coordinate representation of color #900F25: hue angle of 349.77º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F25 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1441537-
CMYK00.900.740.44
HSL349.77º81.13%31.18%-
HSV(B)349.77º89.58%56.47%-
XYZ12.016.42.35-
YUV56.08117.24190.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.47%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=73.47%
G=7.65%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144153700.900.740.44349.7781.1331.18
Hex90F2505A4A2C15e511f
Octal220174501321125453612137
Binary100100001111100101010110101001010101100101011110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #900F25;
 }
 .AnyTagClassName
 {
   color: #900F25;
 }
</style>
background-color css

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

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

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

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

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

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