Html Css Color HEX #9A251D Mandarian Orange

📋 copy color: '#9A251D'

red 154 ◦ green 37 ◦ blue 29

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

Shades of Mandarian Orange #9A251D

Tints of Mandarian Orange #9A251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.18%

R = 70%
G = 16.82%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A251D (or 0x9A251D) is known color: Mandarian Orange. HEX triplet: 9A, 25 and 1D. RGB value is (154,37,29). Sum of RGB (Red+Green+Blue) = 154+37+29=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A251D is #65DAE2. Grayscale: #474747. Windows color (decimal): -6675171 or 1910170. OLE color: 1910170.

HSL color Cylindrical-coordinate representation of color #9A251D: hue angle of 3.84º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A251D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 37 29 -
CMYK 0 0.76 0.81 0.40
HSL 3.84º 0.68% 0.36% -
HSV(B) 3.84º 0.81% 0.6% -
XYZ 14.21 8.28 2.01 -
YUV 71.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 154 37 29 0 0.76 0.81 0.40 3.84 0.68 0.36
Hex 9A 25 1D 0 4C 51 28 4 44 24
Octal 232 45 35 0 114 121 50 4 104 44
Binary 10011010 100101 11101 0 1001100 1010001 101000 100 1000100 100100

Color Harmonies of #9A251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A251D

Black with #9A251D

Text Example


Text Example

White with #9A251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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