Html Css Color HEX #901C1B Mandarian Orange

📋 copy color: '#901C1B'

red 144 ◦ green 28 ◦ blue 27

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

Shades of Mandarian Orange #901C1B

Tints of Mandarian Orange #901C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.07%

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

R = 72.36%
G = 14.07%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#901C1B (or 0x901C1B) is known color: Mandarian Orange. HEX triplet: 90, 1C and 1B. RGB value is (144,28,27). Sum of RGB (Red+Green+Blue) = 144+28+27=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #901C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C1B is #6FE3E4. Grayscale: #3E3E3E. Windows color (decimal): -7332837 or 1776784. OLE color: 1776784.

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

Color convert

RGB 144 28 27 -
CMYK 0 0.81 0.81 0.44
HSL 0.51º 0.68% 0.34% -
HSV(B) 0.51º 0.81% 0.56% -
XYZ 12.11 6.84 1.72 -
YUV 62.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 144 28 27 0 0.81 0.81 0.44 0.51 0.68 0.34
Hex 90 1C 1B 0 51 51 2C 1 44 22
Octal 220 34 33 0 121 121 54 1 104 42
Binary 10010000 11100 11011 0 1010001 1010001 101100 1 1000100 100010

Color Harmonies of #901C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C1B

Black with #901C1B

Text Example


Text Example

White with #901C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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