Html Css Color HEX #992A1D Mandarian Orange

📋 copy color: '#992A1D'

red 153 ◦ green 42 ◦ blue 29

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

Shades of Mandarian Orange #992A1D

Tints of Mandarian Orange #992A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 68.3%
G = 18.75%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#992A1D (or 0x992A1D) is known color: Mandarian Orange. HEX triplet: 99, 2A and 1D. RGB value is (153,42,29). Sum of RGB (Red+Green+Blue) = 153+42+29=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #992A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A1D is #66D5E2. Grayscale: #494949. Windows color (decimal): -6739427 or 1911449. OLE color: 1911449.

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

Color convert

RGB 153 42 29 -
CMYK 0 0.73 0.81 0.4
HSL 6.29º 0.68% 0.36% -
HSV(B) 6.29º 0.81% 0.6% -
XYZ 14.19 8.52 2.06 -
YUV 73.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 153 42 29 0 0.73 0.81 0.4 6.29 0.68 0.36
Hex 99 2A 1D 0 49 51 28 6 44 24
Octal 231 52 35 0 111 121 50 6 104 44
Binary 10011001 101010 11101 0 1001001 1010001 101000 110 1000100 100100

Color Harmonies of #992A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A1D

Black with #992A1D

Text Example


Text Example

White with #992A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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