Html Css Color HEX #9B1C15 Mandarian Orange

📋 copy color: '#9B1C15'

red 155 ◦ green 28 ◦ blue 21

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

Shades of Mandarian Orange #9B1C15

Tints of Mandarian Orange #9B1C15

RGB

 RED value IS 155 (60.94% from 255) = 75.98%

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

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 75.98%
G = 13.73%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B1C15 (or 0x9B1C15) is known color: Mandarian Orange. HEX triplet: 9B, 1C and 15. RGB value is (155,28,21). Sum of RGB (Red+Green+Blue) = 155+28+21=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1C15 is #64E3EA. Grayscale: #414141. Windows color (decimal): -6611947 or 1383579. OLE color: 1383579.

HSL color Cylindrical-coordinate representation of color #9B1C15: hue angle of 3.13º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1C15 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 28 21 -
CMYK 0 0.82 0.86 0.39
HSL 3.13º 0.76% 0.35% -
HSV(B) 3.13º 0.86% 0.61% -
XYZ 14.07 7.85 1.48 -
YUV 65.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 155 28 21 0 0.82 0.86 0.39 3.13 0.76 0.35
Hex 9B 1C 15 0 52 56 27 3 4C 23
Octal 233 34 25 0 122 126 47 3 114 43
Binary 10011011 11100 10101 0 1010010 1010110 100111 11 1001100 100011

Color Harmonies of #9B1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C15

Black with #9B1C15

Text Example


Text Example

White with #9B1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B1C15; }

 p { color: rgb(155,28,21); }

 H1.HeaderClassName
 {
   color: #9B1C15;
 }
 .AnyTagClassName
 {
   color: #9B1C15;
 }
</style>

background-color css

<style>
 a { background-color: #9B1C15; }

 a { background-color: rgb(155,28,21); }

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

border-color css

<style>
 span { border-color: #9B1C15; }

 span { border-color: rgb(155,28,21); }

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