Html Css Color HEX #942020 Mandarian Orange

📋 copy color: '#942020'

red 148 ◦ green 32 ◦ blue 32

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

Shades of Mandarian Orange #942020

Tints of Mandarian Orange #942020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 69.81%
G = 15.09%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#942020 (or 0x942020) is known color: Mandarian Orange. HEX triplet: 94, 20 and 20. RGB value is (148,32,32). Sum of RGB (Red+Green+Blue) = 148+32+32=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #942020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942020 is #6BDFDF. Grayscale: #424242. Windows color (decimal): -7069664 or 2105492. OLE color: 2105492.

HSL color Cylindrical-coordinate representation of color #942020: hue angle of 0º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942020 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 32 -
CMYK 0 0.78 0.78 0.42
HSL 0.64% 0.35% -
HSV(B) 0.78% 0.58% -
XYZ 12.99 7.43 2.12 -
YUV 66.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 148 32 32 0 0.78 0.78 0.42 0 0.64 0.35
Hex 94 20 20 0 4E 4E 2A 0 40 23
Octal 224 40 40 0 116 116 52 0 100 43
Binary 10010100 100000 100000 0 1001110 1001110 101010 0 1000000 100011

Color Harmonies of #942020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942020

Black with #942020

Text Example


Text Example

White with #942020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942020; }

 p { color: rgb(148,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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