Html Css Color HEX #90151B Carmine

📋 copy color: '#90151B'

red 144 ◦ green 21 ◦ blue 27

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

Shades of Carmine #90151B

Tints of Carmine #90151B

RGB

 RED value IS 144 (56.64% from 255) = 75%

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

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 75%
G = 10.94%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90151B (or 0x90151B) is known color: Carmine. HEX triplet: 90, 15 and 1B. RGB value is (144,21,27). Sum of RGB (Red+Green+Blue) = 144+21+27=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #90151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90151B is #6FEAE4. Grayscale: #3A3A3A. Windows color (decimal): -7334629 or 1774992. OLE color: 1774992.

HSL color Cylindrical-coordinate representation of color #90151B: hue angle of 357.07º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90151B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 27 -
CMYK 0 0.85 0.81 0.44
HSL 357.07º 0.75% 0.32% -
HSV(B) 357.07º 0.85% 0.56% -
XYZ 11.97 6.54 1.67 -
YUV 58.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 144 21 27 0 0.85 0.81 0.44 357.07 0.75 0.32
Hex 90 15 1B 0 55 51 2C 165 4B 20
Octal 220 25 33 0 125 121 54 545 113 40
Binary 10010000 10101 11011 0 1010101 1010001 101100 101100101 1001011 100000

Color Harmonies of #90151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90151B

Black with #90151B

Text Example


Text Example

White with #90151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90151B; }

 p { color: rgb(144,21,27); }

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

background-color css

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

 a { background-color: rgb(144,21,27); }

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

border-color css

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

 span { border-color: rgb(144,21,27); }

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