Html Css Color HEX #99200A Mandarian Orange

📋 copy color: '#99200A'

red 153 ◦ green 32 ◦ blue 10

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

Shades of Mandarian Orange #99200A

Tints of Mandarian Orange #99200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 10 (4.3% from 255) = 5.13%

R = 78.46%
G = 16.41%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99200A (or 0x99200A) is known color: Mandarian Orange. HEX triplet: 99, 20 and 0A. RGB value is (153,32,10). Sum of RGB (Red+Green+Blue) = 153+32+10=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #99200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99200A is #66DFF5. Grayscale: #414141. Windows color (decimal): -6742006 or 663705. OLE color: 663705.

HSL color Cylindrical-coordinate representation of color #99200A: hue angle of 9.23º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99200A is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 10 -
CMYK 0 0.79 0.93 0.4
HSL 9.23º 0.88% 0.32% -
HSV(B) 9.23º 0.93% 0.6% -
XYZ 13.71 7.83 1.08 -
YUV 65.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 153 32 10 0 0.79 0.93 0.4 9.23 0.88 0.32
Hex 99 20 A 0 4F 5D 28 9 58 20
Octal 231 40 12 0 117 135 50 11 130 40
Binary 10011001 100000 1010 0 1001111 1011101 101000 1001 1011000 100000

Color Harmonies of #99200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99200A

Black with #99200A

Text Example


Text Example

White with #99200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99200A; }

 p { color: rgb(153,32,10); }

 H1.HeaderClassName
 {
   color: #99200A;
 }
 .AnyTagClassName
 {
   color: #99200A;
 }
</style>

background-color css

<style>
 a { background-color: #99200A; }

 a { background-color: rgb(153,32,10); }

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

border-color css

<style>
 span { border-color: #99200A; }

 span { border-color: rgb(153,32,10); }

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