Html Css Color HEX #9B1515 Mandarian Orange

📋 copy color: '#9B1515'

red 155 ◦ green 21 ◦ blue 21

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

Shades of Mandarian Orange #9B1515

Tints of Mandarian Orange #9B1515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

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

R = 78.68%
G = 10.66%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B1515 (or 0x9B1515) is known color: Mandarian Orange. HEX triplet: 9B, 15 and 15. RGB value is (155,21,21). Sum of RGB (Red+Green+Blue) = 155+21+21=197 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.68% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1515 is #64EAEA. Grayscale: #3D3D3D. Windows color (decimal): -6613739 or 1381787. OLE color: 1381787.

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

Color convert

RGB 155 21 21 -
CMYK 0 0.86 0.86 0.39
HSL 0.76% 0.35% -
HSV(B) 0.86% 0.61% -
XYZ 13.92 7.56 1.43 -
YUV 61.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 155 21 21 0 0.86 0.86 0.39 0 0.76 0.35
Hex 9B 15 15 0 56 56 27 0 4C 23
Octal 233 25 25 0 126 126 47 0 114 43
Binary 10011011 10101 10101 0 1010110 1010110 100111 0 1001100 100011

Color Harmonies of #9B1515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1515

Black with #9B1515

Text Example


Text Example

White with #9B1515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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