Html Css Color HEX #900B1E Carmine

📋 copy color: '#900B1E'

red 144 ◦ green 11 ◦ blue 30

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

Shades of Carmine #900B1E

Tints of Carmine #900B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.95%

 BLUE value IS 30 (12.11% from 255) = 16.22%

R = 77.84%
G = 5.95%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#900B1E (or 0x900B1E) is known color: Carmine. HEX triplet: 90, 0B and 1E. RGB value is (144,11,30). Sum of RGB (Red+Green+Blue) = 144+11+30=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900B1E is #6FF4E1. Grayscale: #343434. Windows color (decimal): -7337186 or 1969040. OLE color: 1969040.

HSL color Cylindrical-coordinate representation of color #900B1E: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B1E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 11 30 -
CMYK 0 0.92 0.79 0.44
HSL 351.43º 0.86% 0.3% -
HSV(B) 351.43º 0.92% 0.56% -
XYZ 11.86 6.26 1.81 -
YUV 52.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 144 11 30 0 0.92 0.79 0.44 351.43 0.86 0.3
Hex 90 B 1E 0 5C 4F 2C 15F 56 1E
Octal 220 13 36 0 134 117 54 537 126 36
Binary 10010000 1011 11110 0 1011100 1001111 101100 101011111 1010110 11110

Color Harmonies of #900B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900B1E

Black with #900B1E

Text Example


Text Example

White with #900B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,11,30); }

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

background-color css

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

 a { background-color: rgb(144,11,30); }

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

border-color css

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

 span { border-color: rgb(144,11,30); }

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