Html Css Color HEX #942A26 Mandarian Orange

📋 copy color: '#942A26'

red 148 ◦ green 42 ◦ blue 38

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

Shades of Mandarian Orange #942A26

Tints of Mandarian Orange #942A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 64.91%
G = 18.42%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#942A26 (or 0x942A26) is known color: Mandarian Orange. HEX triplet: 94, 2A and 26. RGB value is (148,42,38). Sum of RGB (Red+Green+Blue) = 148+42+38=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #942A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A26 is #6BD5D9. Grayscale: #494949. Windows color (decimal): -7067098 or 2501268. OLE color: 2501268.

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

Color convert

RGB 148 42 38 -
CMYK 0 0.72 0.74 0.42
HSL 2.18º 0.59% 0.36% -
HSV(B) 2.18º 0.74% 0.58% -
XYZ 13.39 8.09 2.69 -
YUV 73.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 148 42 38 0 0.72 0.74 0.42 2.18 0.59 0.36
Hex 94 2A 26 0 48 4A 2A 2 3B 24
Octal 224 52 46 0 110 112 52 2 73 44
Binary 10010100 101010 100110 0 1001000 1001010 101010 10 111011 100100

Color Harmonies of #942A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A26

Black with #942A26

Text Example


Text Example

White with #942A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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