Html Css Color HEX #9A221B Mandarian Orange

📋 copy color: '#9A221B'

red 154 ◦ green 34 ◦ blue 27

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

Shades of Mandarian Orange #9A221B

Tints of Mandarian Orange #9A221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 71.63%
G = 15.81%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A221B (or 0x9A221B) is known color: Mandarian Orange. HEX triplet: 9A, 22 and 1B. RGB value is (154,34,27). Sum of RGB (Red+Green+Blue) = 154+34+27=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A221B is #65DDE4. Grayscale: #454545. Windows color (decimal): -6675941 or 1778330. OLE color: 1778330.

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

Color convert

RGB 154 34 27 -
CMYK 0 0.78 0.82 0.40
HSL 3.31º 0.7% 0.35% -
HSV(B) 3.31º 0.82% 0.6% -
XYZ 14.1 8.09 1.86 -
YUV 69.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 154 34 27 0 0.78 0.82 0.40 3.31 0.7 0.35
Hex 9A 22 1B 0 4E 52 28 3 46 23
Octal 232 42 33 0 116 122 50 3 106 43
Binary 10011010 100010 11011 0 1001110 1010010 101000 11 1000110 100011

Color Harmonies of #9A221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A221B

Black with #9A221B

Text Example


Text Example

White with #9A221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,34,27); }

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

background-color css

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

 a { background-color: rgb(154,34,27); }

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

border-color css

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

 span { border-color: rgb(154,34,27); }

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