Html Css Color HEX #99180F Mandarian Orange

📋 copy color: '#99180F'

red 153 ◦ green 24 ◦ blue 15

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

Shades of Mandarian Orange #99180F

Tints of Mandarian Orange #99180F

RGB

 RED value IS 153 (60.16% from 255) = 79.69%

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 79.69%
G = 12.5%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99180F (or 0x99180F) is known color: Mandarian Orange. HEX triplet: 99, 18 and 0F. RGB value is (153,24,15). Sum of RGB (Red+Green+Blue) = 153+24+15=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #99180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99180F is #66E7F0. Grayscale: #3D3D3D. Windows color (decimal): -6744049 or 989337. OLE color: 989337.

HSL color Cylindrical-coordinate representation of color #99180F: hue angle of 3.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99180F is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 24 15 -
CMYK 0 0.84 0.90 0.4
HSL 3.91º 0.82% 0.33% -
HSV(B) 3.91º 0.9% 0.6% -
XYZ 13.55 7.46 1.18 -
YUV 61.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 153 24 15 0 0.84 0.90 0.4 3.91 0.82 0.33
Hex 99 18 F 0 54 5A 28 4 52 21
Octal 231 30 17 0 124 132 50 4 122 41
Binary 10011001 11000 1111 0 1010100 1011010 101000 100 1010010 100001

Color Harmonies of #99180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99180F

Black with #99180F

Text Example


Text Example

White with #99180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99180F; }

 p { color: rgb(153,24,15); }

 H1.HeaderClassName
 {
   color: #99180F;
 }
 .AnyTagClassName
 {
   color: #99180F;
 }
</style>

background-color css

<style>
 a { background-color: #99180F; }

 a { background-color: rgb(153,24,15); }

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

border-color css

<style>
 span { border-color: #99180F; }

 span { border-color: rgb(153,24,15); }

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