Html Css Color HEX #901B16 Mandarian Orange

📋 copy color: '#901B16'

red 144 ◦ green 27 ◦ blue 22

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

Shades of Mandarian Orange #901B16

Tints of Mandarian Orange #901B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.99%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 74.61%
G = 13.99%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901B16 (or 0x901B16) is known color: Mandarian Orange. HEX triplet: 90, 1B and 16. RGB value is (144,27,22). Sum of RGB (Red+Green+Blue) = 144+27+22=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #901B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901B16 is #6FE4E9. Grayscale: #3D3D3D. Windows color (decimal): -7333098 or 1448848. OLE color: 1448848.

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

Color convert

RGB 144 27 22 -
CMYK 0 0.81 0.85 0.44
HSL 2.46º 0.73% 0.33% -
HSV(B) 2.46º 0.85% 0.56% -
XYZ 12.04 6.77 1.43 -
YUV 61.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 144 27 22 0 0.81 0.85 0.44 2.46 0.73 0.33
Hex 90 1B 16 0 51 55 2C 2 49 21
Octal 220 33 26 0 121 125 54 2 111 41
Binary 10010000 11011 10110 0 1010001 1010101 101100 10 1001001 100001

Color Harmonies of #901B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B16

Black with #901B16

Text Example


Text Example

White with #901B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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