Html Css Color HEX #902C29 Mandarian Orange

📋 copy color: '#902C29'

red 144 ◦ green 44 ◦ blue 41

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

Shades of Mandarian Orange #902C29

Tints of Mandarian Orange #902C29

RGB

 RED value IS 144 (56.64% from 255) = 62.88%

 GREEN value IS 44 (17.58% from 255) = 19.21%

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 62.88%
G = 19.21%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#902C29 (or 0x902C29) is known color: Mandarian Orange. HEX triplet: 90, 2C and 29. RGB value is (144,44,41). Sum of RGB (Red+Green+Blue) = 144+44+41=229 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.88% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 144 - color contains mainly: red. Hex color #902C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902C29 is #6FD3D6. Grayscale: #494949. Windows color (decimal): -7328727 or 2698384. OLE color: 2698384.

HSL color Cylindrical-coordinate representation of color #902C29: hue angle of 1.75º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902C29 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 44 41 -
CMYK 0 0.69 0.72 0.44
HSL 1.75º 0.56% 0.36% -
HSV(B) 1.75º 0.72% 0.56% -
XYZ 12.8 7.89 2.95 -
YUV 73.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 144 44 41 0 0.69 0.72 0.44 1.75 0.56 0.36
Hex 90 2C 29 0 45 48 2C 2 38 24
Octal 220 54 51 0 105 110 54 2 70 44
Binary 10010000 101100 101001 0 1000101 1001000 101100 10 111000 100100

Color Harmonies of #902C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902C29

Black with #902C29

Text Example


Text Example

White with #902C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902C29; }

 p { color: rgb(144,44,41); }

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

background-color css

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

 a { background-color: rgb(144,44,41); }

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

border-color css

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

 span { border-color: rgb(144,44,41); }

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