Html Css Color HEX #942C28 Mandarian Orange

📋 copy color: '#942C28'

red 148 ◦ green 44 ◦ blue 40

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

Shades of Mandarian Orange #942C28

Tints of Mandarian Orange #942C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.97%

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

R = 63.79%
G = 18.97%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#942C28 (or 0x942C28) is known color: Mandarian Orange. HEX triplet: 94, 2C and 28. RGB value is (148,44,40). Sum of RGB (Red+Green+Blue) = 148+44+40=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #942C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C28 is #6BD3D7. Grayscale: #4A4A4A. Windows color (decimal): -7066584 or 2632852. OLE color: 2632852.

HSL color Cylindrical-coordinate representation of color #942C28: hue angle of 2.22º 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 #942C28 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 44 40 -
CMYK 0 0.70 0.73 0.42
HSL 2.22º 0.57% 0.37% -
HSV(B) 2.22º 0.73% 0.58% -
XYZ 13.5 8.25 2.89 -
YUV 74.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 148 44 40 0 0.70 0.73 0.42 2.22 0.57 0.37
Hex 94 2C 28 0 46 49 2A 2 39 25
Octal 224 54 50 0 106 111 52 2 71 45
Binary 10010100 101100 101000 0 1000110 1001001 101010 10 111001 100101

Color Harmonies of #942C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C28

Black with #942C28

Text Example


Text Example

White with #942C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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