Html Css Color HEX #9A2A1F Mandarian Orange

📋 copy color: '#9A2A1F'

red 154 ◦ green 42 ◦ blue 31

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

Shades of Mandarian Orange #9A2A1F

Tints of Mandarian Orange #9A2A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.5%

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 67.84%
G = 18.5%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A2A1F (or 0x9A2A1F) is known color: Mandarian Orange. HEX triplet: 9A, 2A and 1F. RGB value is (154,42,31). Sum of RGB (Red+Green+Blue) = 154+42+31=227 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.84% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2A1F is #65D5E0. Grayscale: #4A4A4A. Windows color (decimal): -6673889 or 2042522. OLE color: 2042522.

HSL color Cylindrical-coordinate representation of color #9A2A1F: hue angle of 5.37º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A2A1F is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 42 31 -
CMYK 0 0.73 0.80 0.40
HSL 5.37º 0.66% 0.36% -
HSV(B) 5.37º 0.8% 0.6% -
XYZ 14.4 8.62 2.2 -
YUV 74.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 154 42 31 0 0.73 0.80 0.40 5.37 0.66 0.36
Hex 9A 2A 1F 0 49 50 28 5 42 24
Octal 232 52 37 0 111 120 50 5 102 44
Binary 10011010 101010 11111 0 1001001 1010000 101000 101 1000010 100100

Color Harmonies of #9A2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2A1F

Black with #9A2A1F

Text Example


Text Example

White with #9A2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,42,31); }

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

background-color css

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

 a { background-color: rgb(154,42,31); }

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

border-color css

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

 span { border-color: rgb(154,42,31); }

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