Html Css Color HEX #900B1D Carmine

📋 copy color: '#900B1D'

red 144 ◦ green 11 ◦ blue 29

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

Shades of Carmine #900B1D

Tints of Carmine #900B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.76%

R = 78.26%
G = 5.98%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#900B1D (or 0x900B1D) is known color: Carmine. HEX triplet: 90, 0B and 1D. RGB value is (144,11,29). Sum of RGB (Red+Green+Blue) = 144+11+29=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #900B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900B1D is #6FF4E2. Grayscale: #343434. Windows color (decimal): -7337187 or 1903504. OLE color: 1903504.

HSL color Cylindrical-coordinate representation of color #900B1D: hue angle of 351.88º 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 #900B1D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 11 29 -
CMYK 0 0.92 0.80 0.44
HSL 351.88º 0.86% 0.3% -
HSV(B) 351.88º 0.92% 0.56% -
XYZ 11.84 6.26 1.75 -
YUV 52.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 144 11 29 0 0.92 0.80 0.44 351.88 0.86 0.3
Hex 90 B 1D 0 5C 50 2C 160 56 1E
Octal 220 13 35 0 134 120 54 540 126 36
Binary 10010000 1011 11101 0 1011100 1010000 101100 101100000 1010110 11110

Color Harmonies of #900B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900B1D

Black with #900B1D

Text Example


Text Example

White with #900B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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