Html Css Color HEX #9B2204 Mandarian Orange

📋 copy color: '#9B2204'

red 155 ◦ green 34 ◦ blue 4

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

Shades of Mandarian Orange #9B2204

Tints of Mandarian Orange #9B2204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.62%

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 80.31%
G = 17.62%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B2204 (or 0x9B2204) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 04. RGB value is (155,34,4). Sum of RGB (Red+Green+Blue) = 155+34+4=193 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.31% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2204 is #64DDFB. Grayscale: #434343. Windows color (decimal): -6610428 or 271003. OLE color: 271003.

HSL color Cylindrical-coordinate representation of color #9B2204: hue angle of 11.92º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B2204 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 34 4 -
CMYK 0 0.78 0.97 0.39
HSL 11.92º 0.95% 0.31% -
HSV(B) 11.92º 0.97% 0.61% -
XYZ 14.11 8.12 0.94 -
YUV 66.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 155 34 4 0 0.78 0.97 0.39 11.92 0.95 0.31
Hex 9B 22 4 0 4E 61 27 C 5F 1F
Octal 233 42 4 0 116 141 47 14 137 37
Binary 10011011 100010 100 0 1001110 1100001 100111 1100 1011111 11111

Color Harmonies of #9B2204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2204

Black with #9B2204

Text Example


Text Example

White with #9B2204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,34,4); }

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

background-color css

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

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

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

border-color css

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

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

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