Html Css Color HEX #921D12 Mandarian Orange

📋 copy color: '#921D12'

red 146 ◦ green 29 ◦ blue 18

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

Shades of Mandarian Orange #921D12

Tints of Mandarian Orange #921D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 75.65%
G = 15.03%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#921D12 (or 0x921D12) is known color: Mandarian Orange. HEX triplet: 92, 1D and 12. RGB value is (146,29,18). Sum of RGB (Red+Green+Blue) = 146+29+18=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #921D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D12 is #6DE2ED. Grayscale: #3E3E3E. Windows color (decimal): -7201518 or 1187218. OLE color: 1187218.

HSL color Cylindrical-coordinate representation of color #921D12: hue angle of 5.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921D12 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 29 18 -
CMYK 0 0.80 0.88 0.43
HSL 5.16º 0.78% 0.32% -
HSV(B) 5.16º 0.88% 0.57% -
XYZ 12.4 7.03 1.28 -
YUV 62.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 146 29 18 0 0.80 0.88 0.43 5.16 0.78 0.32
Hex 92 1D 12 0 50 58 2B 5 4E 20
Octal 222 35 22 0 120 130 53 5 116 40
Binary 10010010 11101 10010 0 1010000 1011000 101011 101 1001110 100000

Color Harmonies of #921D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D12

Black with #921D12

Text Example


Text Example

White with #921D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921D12; }

 p { color: rgb(146,29,18); }

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

background-color css

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

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

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

border-color css

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

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

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