Html Css Color HEX #9A1C09 Mandarian Orange

📋 copy color: '#9A1C09'

red 154 ◦ green 28 ◦ blue 9

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

Shades of Mandarian Orange #9A1C09

Tints of Mandarian Orange #9A1C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

 BLUE value IS 9 (3.91% from 255) = 4.71%

R = 80.63%
G = 14.66%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A1C09 (or 0x9A1C09) is known color: Mandarian Orange. HEX triplet: 9A, 1C and 09. RGB value is (154,28,9). Sum of RGB (Red+Green+Blue) = 154+28+9=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1C09 is #65E3F6. Grayscale: #3F3F3F. Windows color (decimal): -6677495 or 597146. OLE color: 597146.

HSL color Cylindrical-coordinate representation of color #9A1C09: hue angle of 7.86º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A1C09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 28 9 -
CMYK 0 0.82 0.94 0.40
HSL 7.86º 0.89% 0.32% -
HSV(B) 7.86º 0.94% 0.6% -
XYZ 13.79 7.72 1.02 -
YUV 63.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 154 28 9 0 0.82 0.94 0.40 7.86 0.89 0.32
Hex 9A 1C 9 0 52 5E 28 8 59 20
Octal 232 34 11 0 122 136 50 10 131 40
Binary 10011010 11100 1001 0 1010010 1011110 101000 1000 1011001 100000

Color Harmonies of #9A1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1C09

Black with #9A1C09

Text Example


Text Example

White with #9A1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,28,9); }

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

background-color css

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

 a { background-color: rgb(154,28,9); }

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

border-color css

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

 span { border-color: rgb(154,28,9); }

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