Html Css Color HEX #9A1F10 Mandarian Orange

📋 copy color: '#9A1F10'

red 154 ◦ green 31 ◦ blue 16

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

Shades of Mandarian Orange #9A1F10

Tints of Mandarian Orange #9A1F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.42%

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 76.62%
G = 15.42%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A1F10 (or 0x9A1F10) is known color: Mandarian Orange. HEX triplet: 9A, 1F and 10. RGB value is (154,31,16). Sum of RGB (Red+Green+Blue) = 154+31+16=201 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.62% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1F10 is #65E0EF. Grayscale: #424242. Windows color (decimal): -6676720 or 1056666. OLE color: 1056666.

HSL color Cylindrical-coordinate representation of color #9A1F10: hue angle of 6.52º degrees, saturation: 0.81, 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 #9A1F10 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 31 16 -
CMYK 0 0.80 0.90 0.40
HSL 6.52º 0.81% 0.33% -
HSV(B) 6.52º 0.9% 0.6% -
XYZ 13.91 7.89 1.28 -
YUV 66.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 154 31 16 0 0.80 0.90 0.40 6.52 0.81 0.33
Hex 9A 1F 10 0 50 5A 28 7 51 21
Octal 232 37 20 0 120 132 50 7 121 41
Binary 10011010 11111 10000 0 1010000 1011010 101000 111 1010001 100001

Color Harmonies of #9A1F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1F10

Black with #9A1F10

Text Example


Text Example

White with #9A1F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,31,16); }

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

background-color css

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

 a { background-color: rgb(154,31,16); }

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

border-color css

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

 span { border-color: rgb(154,31,16); }

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