Html Css Color HEX #9A241B Mandarian Orange

📋 copy color: '#9A241B'

red 154 ◦ green 36 ◦ blue 27

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

Shades of Mandarian Orange #9A241B

Tints of Mandarian Orange #9A241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 70.97%
G = 16.59%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A241B (or 0x9A241B) is known color: Mandarian Orange. HEX triplet: 9A, 24 and 1B. RGB value is (154,36,27). Sum of RGB (Red+Green+Blue) = 154+36+27=217 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.97% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 154 - color contains mainly: red. Hex color #9A241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A241B is #65DBE4. Grayscale: #464646. Windows color (decimal): -6675429 or 1778842. OLE color: 1778842.

HSL color Cylindrical-coordinate representation of color #9A241B: hue angle of 4.25º 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 #9A241B is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 36 27 -
CMYK 0 0.77 0.82 0.40
HSL 4.25º 0.7% 0.35% -
HSV(B) 4.25º 0.82% 0.6% -
XYZ 14.16 8.21 1.88 -
YUV 70.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 154 36 27 0 0.77 0.82 0.40 4.25 0.7 0.35
Hex 9A 24 1B 0 4D 52 28 4 46 23
Octal 232 44 33 0 115 122 50 4 106 43
Binary 10011010 100100 11011 0 1001101 1010010 101000 100 1000110 100011

Color Harmonies of #9A241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A241B

Black with #9A241B

Text Example


Text Example

White with #9A241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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