Html Css Color HEX #922A2A Mandarian Orange

📋 copy color: '#922A2A'

red 146 ◦ green 42 ◦ blue 42

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

Shades of Mandarian Orange #922A2A

Tints of Mandarian Orange #922A2A

RGB

 RED value IS 146 (57.42% from 255) = 63.48%

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

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

R = 63.48%
G = 18.26%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#922A2A (or 0x922A2A) is known color: Mandarian Orange. HEX triplet: 92, 2A and 2A. RGB value is (146,42,42). Sum of RGB (Red+Green+Blue) = 146+42+42=230 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.48% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 146 - color contains mainly: red. Hex color #922A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922A2A is #6DD5D5. Grayscale: #494949. Windows color (decimal): -7198166 or 2763410. OLE color: 2763410.

HSL color Cylindrical-coordinate representation of color #922A2A: hue angle of 0º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #922A2A is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 42 42 -
CMYK 0 0.71 0.71 0.43
HSL 0.55% 0.37% -
HSV(B) 0.71% 0.57% -
XYZ 13.1 7.93 3.03 -
YUV 73.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 146 42 42 0 0.71 0.71 0.43 0 0.55 0.37
Hex 92 2A 2A 0 47 47 2B 0 37 25
Octal 222 52 52 0 107 107 53 0 67 45
Binary 10010010 101010 101010 0 1000111 1000111 101011 0 110111 100101

Color Harmonies of #922A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922A2A

Black with #922A2A

Text Example


Text Example

White with #922A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922A2A; }

 p { color: rgb(146,42,42); }

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

background-color css

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

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

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

border-color css

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

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

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