Html Css Color HEX #9A251B Mandarian Orange

📋 copy color: '#9A251B'

red 154 ◦ green 37 ◦ blue 27

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

Shades of Mandarian Orange #9A251B

Tints of Mandarian Orange #9A251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 70.64%
G = 16.97%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A251B (or 0x9A251B) is known color: Mandarian Orange. HEX triplet: 9A, 25 and 1B. RGB value is (154,37,27). Sum of RGB (Red+Green+Blue) = 154+37+27=218 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.64% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 154 - color contains mainly: red. Hex color #9A251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A251B is #65DAE4. Grayscale: #474747. Windows color (decimal): -6675173 or 1779098. OLE color: 1779098.

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

Color convert

RGB 154 37 27 -
CMYK 0 0.76 0.82 0.40
HSL 4.72º 0.7% 0.35% -
HSV(B) 4.72º 0.82% 0.6% -
XYZ 14.19 8.27 1.89 -
YUV 70.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 154 37 27 0 0.76 0.82 0.40 4.72 0.7 0.35
Hex 9A 25 1B 0 4C 52 28 5 46 23
Octal 232 45 33 0 114 122 50 5 106 43
Binary 10011010 100101 11011 0 1001100 1010010 101000 101 1000110 100011

Color Harmonies of #9A251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A251B

Black with #9A251B

Text Example


Text Example

White with #9A251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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