Html Css Color HEX #982B24 Mandarian Orange

📋 copy color: '#982B24'

red 152 ◦ green 43 ◦ blue 36

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

Shades of Mandarian Orange #982B24

Tints of Mandarian Orange #982B24

RGB

 RED value IS 152 (59.77% from 255) = 65.8%

 GREEN value IS 43 (17.19% from 255) = 18.61%

 BLUE value IS 36 (14.45% from 255) = 15.58%

R = 65.8%
G = 18.61%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#982B24 (or 0x982B24) is known color: Mandarian Orange. HEX triplet: 98, 2B and 24. RGB value is (152,43,36). Sum of RGB (Red+Green+Blue) = 152+43+36=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #982B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B24 is #67D4DB. Grayscale: #4A4A4A. Windows color (decimal): -6804700 or 2370456. OLE color: 2370456.

HSL color Cylindrical-coordinate representation of color #982B24: hue angle of 3.62º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982B24 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 43 36 -
CMYK 0 0.72 0.76 0.40
HSL 3.62º 0.62% 0.37% -
HSV(B) 3.62º 0.76% 0.6% -
XYZ 14.13 8.53 2.57 -
YUV 74.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 152 43 36 0 0.72 0.76 0.40 3.62 0.62 0.37
Hex 98 2B 24 0 48 4C 28 4 3E 25
Octal 230 53 44 0 110 114 50 4 76 45
Binary 10011000 101011 100100 0 1001000 1001100 101000 100 111110 100101

Color Harmonies of #982B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982B24

Black with #982B24

Text Example


Text Example

White with #982B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982B24; }

 p { color: rgb(152,43,36); }

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

background-color css

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

 a { background-color: rgb(152,43,36); }

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

border-color css

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

 span { border-color: rgb(152,43,36); }

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