Html Css Color HEX #921A18 Mandarian Orange

📋 copy color: '#921A18'

red 146 ◦ green 26 ◦ blue 24

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

Shades of Mandarian Orange #921A18

Tints of Mandarian Orange #921A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.27%

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

R = 74.49%
G = 13.27%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#921A18 (or 0x921A18) is known color: Mandarian Orange. HEX triplet: 92, 1A and 18. RGB value is (146,26,24). Sum of RGB (Red+Green+Blue) = 146+26+24=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #921A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A18 is #6DE5E7. Grayscale: #3D3D3D. Windows color (decimal): -7202280 or 1579666. OLE color: 1579666.

HSL color Cylindrical-coordinate representation of color #921A18: hue angle of 0.98º 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 #921A18 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 26 24 -
CMYK 0 0.82 0.84 0.43
HSL 0.98º 0.72% 0.33% -
HSV(B) 0.98º 0.84% 0.57% -
XYZ 12.39 6.92 1.55 -
YUV 61.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 146 26 24 0 0.82 0.84 0.43 0.98 0.72 0.33
Hex 92 1A 18 0 52 54 2B 1 48 21
Octal 222 32 30 0 122 124 53 1 110 41
Binary 10010010 11010 11000 0 1010010 1010100 101011 1 1001000 100001

Color Harmonies of #921A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921A18

Black with #921A18

Text Example


Text Example

White with #921A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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