Html Css Color HEX #93250A Mandarian Orange

📋 copy color: '#93250A'

red 147 ◦ green 37 ◦ blue 10

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

Shades of Mandarian Orange #93250A

Tints of Mandarian Orange #93250A

RGB

 RED value IS 147 (57.81% from 255) = 75.77%

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

 BLUE value IS 10 (4.3% from 255) = 5.15%

R = 75.77%
G = 19.07%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#93250A (or 0x93250A) is known color: Mandarian Orange. HEX triplet: 93, 25 and 0A. RGB value is (147,37,10). Sum of RGB (Red+Green+Blue) = 147+37+10=194 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.77% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 147 - color contains mainly: red. Hex color #93250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93250A is #6CDAF5. Grayscale: #434343. Windows color (decimal): -7133942 or 664979. OLE color: 664979.

HSL color Cylindrical-coordinate representation of color #93250A: hue angle of 11.82º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93250A is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 37 10 -
CMYK 0 0.75 0.93 0.42
HSL 11.82º 0.87% 0.31% -
HSV(B) 11.82º 0.93% 0.58% -
XYZ 12.75 7.55 1.07 -
YUV 66.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 147 37 10 0 0.75 0.93 0.42 11.82 0.87 0.31
Hex 93 25 A 0 4B 5D 2A C 57 1F
Octal 223 45 12 0 113 135 52 14 127 37
Binary 10010011 100101 1010 0 1001011 1011101 101010 1100 1010111 11111

Color Harmonies of #93250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93250A

Black with #93250A

Text Example


Text Example

White with #93250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93250A; }

 p { color: rgb(147,37,10); }

 H1.HeaderClassName
 {
   color: #93250A;
 }
 .AnyTagClassName
 {
   color: #93250A;
 }
</style>

background-color css

<style>
 a { background-color: #93250A; }

 a { background-color: rgb(147,37,10); }

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

border-color css

<style>
 span { border-color: #93250A; }

 span { border-color: rgb(147,37,10); }

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