Html Css Color HEX #942A28 Mandarian Orange

📋 copy color: '#942A28'

red 148 ◦ green 42 ◦ blue 40

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

Shades of Mandarian Orange #942A28

Tints of Mandarian Orange #942A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 64.35%
G = 18.26%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#942A28 (or 0x942A28) is known color: Mandarian Orange. HEX triplet: 94, 2A and 28. RGB value is (148,42,40). Sum of RGB (Red+Green+Blue) = 148+42+40=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #942A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A28 is #6BD5D7. Grayscale: #494949. Windows color (decimal): -7067096 or 2632340. OLE color: 2632340.

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

Color convert

RGB 148 42 40 -
CMYK 0 0.72 0.73 0.42
HSL 1.11º 0.57% 0.37% -
HSV(B) 1.11º 0.73% 0.58% -
XYZ 13.42 8.11 2.86 -
YUV 73.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 148 42 40 0 0.72 0.73 0.42 1.11 0.57 0.37
Hex 94 2A 28 0 48 49 2A 1 39 25
Octal 224 52 50 0 110 111 52 1 71 45
Binary 10010100 101010 101000 0 1001000 1001001 101010 1 111001 100101

Color Harmonies of #942A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A28

Black with #942A28

Text Example


Text Example

White with #942A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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