Html Css Color HEX #921918 Mandarian Orange

📋 copy color: '#921918'

red 146 ◦ green 25 ◦ blue 24

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

Shades of Mandarian Orange #921918

Tints of Mandarian Orange #921918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

 BLUE value IS 24 (9.77% from 255) = 12.31%

R = 74.87%
G = 12.82%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#921918 (or 0x921918) is known color: Mandarian Orange. HEX triplet: 92, 19 and 18. RGB value is (146,25,24). Sum of RGB (Red+Green+Blue) = 146+25+24=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #921918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921918 is #6DE6E7. Grayscale: #3D3D3D. Windows color (decimal): -7202536 or 1579410. OLE color: 1579410.

HSL color Cylindrical-coordinate representation of color #921918: hue angle of 0.49º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921918 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 25 24 -
CMYK 0 0.83 0.84 0.43
HSL 0.49º 0.72% 0.33% -
HSV(B) 0.49º 0.84% 0.57% -
XYZ 12.37 6.87 1.54 -
YUV 61.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 146 25 24 0 0.83 0.84 0.43 0.49 0.72 0.33
Hex 92 19 18 0 53 54 2B 0 48 21
Octal 222 31 30 0 123 124 53 0 110 41
Binary 10010010 11001 11000 0 1010011 1010100 101011 0 1001000 100001

Color Harmonies of #921918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921918

Black with #921918

Text Example


Text Example

White with #921918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921918; }

 p { color: rgb(146,25,24); }

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

background-color css

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

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

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

border-color css

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

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

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