Html Css Color HEX #94230C Mandarian Orange

📋 copy color: '#94230C'

red 148 ◦ green 35 ◦ blue 12

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

Shades of Mandarian Orange #94230C

Tints of Mandarian Orange #94230C

RGB

 RED value IS 148 (58.2% from 255) = 75.9%

 GREEN value IS 35 (14.06% from 255) = 17.95%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 75.9%
G = 17.95%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#94230C (or 0x94230C) is known color: Mandarian Orange. HEX triplet: 94, 23 and 0C. RGB value is (148,35,12). Sum of RGB (Red+Green+Blue) = 148+35+12=195 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.90% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 148 - color contains mainly: red. Hex color #94230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94230C is #6BDCF3. Grayscale: #424242. Windows color (decimal): -7068916 or 795540. OLE color: 795540.

HSL color Cylindrical-coordinate representation of color #94230C: hue angle of 10.15º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94230C is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 35 12 -
CMYK 0 0.76 0.92 0.42
HSL 10.15º 0.85% 0.31% -
HSV(B) 10.15º 0.92% 0.58% -
XYZ 12.88 7.52 1.12 -
YUV 66.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 148 35 12 0 0.76 0.92 0.42 10.15 0.85 0.31
Hex 94 23 C 0 4C 5C 2A A 55 1F
Octal 224 43 14 0 114 134 52 12 125 37
Binary 10010100 100011 1100 0 1001100 1011100 101010 1010 1010101 11111

Color Harmonies of #94230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94230C

Black with #94230C

Text Example


Text Example

White with #94230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94230C; }

 p { color: rgb(148,35,12); }

 H1.HeaderClassName
 {
   color: #94230C;
 }
 .AnyTagClassName
 {
   color: #94230C;
 }
</style>

background-color css

<style>
 a { background-color: #94230C; }

 a { background-color: rgb(148,35,12); }

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

border-color css

<style>
 span { border-color: #94230C; }

 span { border-color: rgb(148,35,12); }

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