Html Css Color HEX #9B281C Mandarian Orange

📋 copy color: '#9B281C'

red 155 ◦ green 40 ◦ blue 28

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

Shades of Mandarian Orange #9B281C

Tints of Mandarian Orange #9B281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 69.51%
G = 17.94%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B281C (or 0x9B281C) is known color: Mandarian Orange. HEX triplet: 9B, 28 and 1C. RGB value is (155,40,28). Sum of RGB (Red+Green+Blue) = 155+40+28=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B281C is #64D7E3. Grayscale: #494949. Windows color (decimal): -6608868 or 1845403. OLE color: 1845403.

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

Color convert

RGB 155 40 28 -
CMYK 0 0.74 0.82 0.39
HSL 5.67º 0.69% 0.36% -
HSV(B) 5.67º 0.82% 0.61% -
XYZ 14.49 8.57 1.99 -
YUV 73.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 155 40 28 0 0.74 0.82 0.39 5.67 0.69 0.36
Hex 9B 28 1C 0 4A 52 27 6 45 24
Octal 233 50 34 0 112 122 47 6 105 44
Binary 10011011 101000 11100 0 1001010 1010010 100111 110 1000101 100100

Color Harmonies of #9B281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B281C

Black with #9B281C

Text Example


Text Example

White with #9B281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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