Html Css Color HEX #9A200D Mandarian Orange

📋 copy color: '#9A200D'

red 154 ◦ green 32 ◦ blue 13

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

Shades of Mandarian Orange #9A200D

Tints of Mandarian Orange #9A200D

RGB

 RED value IS 154 (60.55% from 255) = 77.39%

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

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 77.39%
G = 16.08%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A200D (or 0x9A200D) is known color: Mandarian Orange. HEX triplet: 9A, 20 and 0D. RGB value is (154,32,13). Sum of RGB (Red+Green+Blue) = 154+32+13=199 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.39% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 154 - color contains mainly: red. Hex color #9A200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A200D is #65DFF2. Grayscale: #424242. Windows color (decimal): -6676467 or 860314. OLE color: 860314.

HSL color Cylindrical-coordinate representation of color #9A200D: hue angle of 8.09º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A200D is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 32 13 -
CMYK 0 0.79 0.92 0.40
HSL 8.09º 0.84% 0.33% -
HSV(B) 8.09º 0.92% 0.6% -
XYZ 13.92 7.93 1.18 -
YUV 66.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 154 32 13 0 0.79 0.92 0.40 8.09 0.84 0.33
Hex 9A 20 D 0 4F 5C 28 8 54 21
Octal 232 40 15 0 117 134 50 10 124 41
Binary 10011010 100000 1101 0 1001111 1011100 101000 1000 1010100 100001

Color Harmonies of #9A200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A200D

Black with #9A200D

Text Example


Text Example

White with #9A200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,32,13); }

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

background-color css

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

 a { background-color: rgb(154,32,13); }

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

border-color css

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

 span { border-color: rgb(154,32,13); }

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