Html Css Color HEX #9A1C16 Mandarian Orange

📋 copy color: '#9A1C16'

red 154 ◦ green 28 ◦ blue 22

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

Shades of Mandarian Orange #9A1C16

Tints of Mandarian Orange #9A1C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 75.49%
G = 13.73%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A1C16 (or 0x9A1C16) is known color: Mandarian Orange. HEX triplet: 9A, 1C and 16. RGB value is (154,28,22). Sum of RGB (Red+Green+Blue) = 154+28+22=204 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.49% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1C16 is #65E3E9. Grayscale: #414141. Windows color (decimal): -6677482 or 1449114. OLE color: 1449114.

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

Color convert

RGB 154 28 22 -
CMYK 0 0.82 0.86 0.40
HSL 2.73º 0.75% 0.35% -
HSV(B) 2.73º 0.86% 0.6% -
XYZ 13.89 7.76 1.52 -
YUV 64.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 154 28 22 0 0.82 0.86 0.40 2.73 0.75 0.35
Hex 9A 1C 16 0 52 56 28 3 4B 23
Octal 232 34 26 0 122 126 50 3 113 43
Binary 10011010 11100 10110 0 1010010 1010110 101000 11 1001011 100011

Color Harmonies of #9A1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1C16

Black with #9A1C16

Text Example


Text Example

White with #9A1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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