Html Css Color HEX #992A1B Mandarian Orange

📋 copy color: '#992A1B'

red 153 ◦ green 42 ◦ blue 27

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

Shades of Mandarian Orange #992A1B

Tints of Mandarian Orange #992A1B

RGB

 RED value IS 153 (60.16% from 255) = 68.92%

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

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 68.92%
G = 18.92%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#992A1B (or 0x992A1B) is known color: Mandarian Orange. HEX triplet: 99, 2A and 1B. RGB value is (153,42,27). Sum of RGB (Red+Green+Blue) = 153+42+27=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #992A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A1B is #66D5E4. Grayscale: #494949. Windows color (decimal): -6739429 or 1780377. OLE color: 1780377.

HSL color Cylindrical-coordinate representation of color #992A1B: hue angle of 7.14º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992A1B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 27 -
CMYK 0 0.73 0.82 0.4
HSL 7.14º 0.7% 0.35% -
HSV(B) 7.14º 0.82% 0.6% -
XYZ 14.16 8.51 1.93 -
YUV 73.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 153 42 27 0 0.73 0.82 0.4 7.14 0.7 0.35
Hex 99 2A 1B 0 49 52 28 7 46 23
Octal 231 52 33 0 111 122 50 7 106 43
Binary 10011001 101010 11011 0 1001001 1010010 101000 111 1000110 100011

Color Harmonies of #992A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A1B

Black with #992A1B

Text Example


Text Example

White with #992A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992A1B; }

 p { color: rgb(153,42,27); }

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

background-color css

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

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

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

border-color css

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

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

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