Html Css Color HEX #992303 Mandarian Orange

📋 copy color: '#992303'

red 153 ◦ green 35 ◦ blue 3

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

Shades of Mandarian Orange #992303

Tints of Mandarian Orange #992303

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.32%

 BLUE value IS 3 (1.56% from 255) = 1.57%

R = 80.1%
G = 18.32%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#992303 (or 0x992303) is known color: Mandarian Orange. HEX triplet: 99, 23 and 03. RGB value is (153,35,3). Sum of RGB (Red+Green+Blue) = 153+35+3=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #992303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992303 is #66DCFC. Grayscale: #424242. Windows color (decimal): -6741245 or 205721. OLE color: 205721.

HSL color Cylindrical-coordinate representation of color #992303: hue angle of 12.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #992303 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 3 -
CMYK 0 0.77 0.98 0.4
HSL 12.8º 0.96% 0.31% -
HSV(B) 12.8º 0.98% 0.6% -
XYZ 13.75 7.98 0.9 -
YUV 66.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 153 35 3 0 0.77 0.98 0.4 12.8 0.96 0.31
Hex 99 23 3 0 4D 62 28 D 60 1F
Octal 231 43 3 0 115 142 50 15 140 37
Binary 10011001 100011 11 0 1001101 1100010 101000 1101 1100000 11111

Color Harmonies of #992303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992303

Black with #992303

Text Example


Text Example

White with #992303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992303; }

 p { color: rgb(153,35,3); }

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

background-color css

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

 a { background-color: rgb(153,35,3); }

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

border-color css

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

 span { border-color: rgb(153,35,3); }

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