Html Css Color HEX #9B1A15 Mandarian Orange

📋 copy color: '#9B1A15'

red 155 ◦ green 26 ◦ blue 21

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

Shades of Mandarian Orange #9B1A15

Tints of Mandarian Orange #9B1A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

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

R = 76.73%
G = 12.87%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B1A15 (or 0x9B1A15) is known color: Mandarian Orange. HEX triplet: 9B, 1A and 15. RGB value is (155,26,21). Sum of RGB (Red+Green+Blue) = 155+26+21=202 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.73% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1A15 is #64E5EA. Grayscale: #404040. Windows color (decimal): -6612459 or 1383067. OLE color: 1383067.

HSL color Cylindrical-coordinate representation of color #9B1A15: hue angle of 2.24º 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 #9B1A15 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 26 21 -
CMYK 0 0.83 0.86 0.39
HSL 2.24º 0.76% 0.35% -
HSV(B) 2.24º 0.86% 0.61% -
XYZ 14.02 7.76 1.47 -
YUV 64 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 155 26 21 0 0.83 0.86 0.39 2.24 0.76 0.35
Hex 9B 1A 15 0 53 56 27 2 4C 23
Octal 233 32 25 0 123 126 47 2 114 43
Binary 10011011 11010 10101 0 1010011 1010110 100111 10 1001100 100011

Color Harmonies of #9B1A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A15

Black with #9B1A15

Text Example


Text Example

White with #9B1A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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