Html Css Color HEX #942A23 Mandarian Orange

📋 copy color: '#942A23'

red 148 ◦ green 42 ◦ blue 35

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

Shades of Mandarian Orange #942A23

Tints of Mandarian Orange #942A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 65.78%
G = 18.67%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#942A23 (or 0x942A23) is known color: Mandarian Orange. HEX triplet: 94, 2A and 23. RGB value is (148,42,35). Sum of RGB (Red+Green+Blue) = 148+42+35=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #942A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A23 is #6BD5DC. Grayscale: #494949. Windows color (decimal): -7067101 or 2304660. OLE color: 2304660.

HSL color Cylindrical-coordinate representation of color #942A23: hue angle of 3.72º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942A23 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 35 -
CMYK 0 0.72 0.76 0.42
HSL 3.72º 0.62% 0.36% -
HSV(B) 3.72º 0.76% 0.58% -
XYZ 13.34 8.07 2.45 -
YUV 72.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 148 42 35 0 0.72 0.76 0.42 3.72 0.62 0.36
Hex 94 2A 23 0 48 4C 2A 4 3E 24
Octal 224 52 43 0 110 114 52 4 76 44
Binary 10010100 101010 100011 0 1001000 1001100 101010 100 111110 100100

Color Harmonies of #942A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A23

Black with #942A23

Text Example


Text Example

White with #942A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942A23; }

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

 H1.HeaderClassName
 {
   color: #942A23;
 }
 .AnyTagClassName
 {
   color: #942A23;
 }
</style>

background-color css

<style>
 a { background-color: #942A23; }

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

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

border-color css

<style>
 span { border-color: #942A23; }

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

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