Html Css Color HEX #95210A Mandarian Orange

📋 copy color: '#95210A'

red 149 ◦ green 33 ◦ blue 10

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

Shades of Mandarian Orange #95210A

Tints of Mandarian Orange #95210A

RGB

 RED value IS 149 (58.59% from 255) = 77.6%

 GREEN value IS 33 (13.28% from 255) = 17.19%

 BLUE value IS 10 (4.3% from 255) = 5.21%

R = 77.6%
G = 17.19%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95210A (or 0x95210A) is known color: Mandarian Orange. HEX triplet: 95, 21 and 0A. RGB value is (149,33,10). Sum of RGB (Red+Green+Blue) = 149+33+10=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #95210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95210A is #6ADEF5. Grayscale: #414141. Windows color (decimal): -7003894 or 663957. OLE color: 663957.

HSL color Cylindrical-coordinate representation of color #95210A: hue angle of 9.93º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95210A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 10 -
CMYK 0 0.78 0.93 0.42
HSL 9.93º 0.87% 0.31% -
HSV(B) 9.93º 0.93% 0.58% -
XYZ 12.99 7.5 1.05 -
YUV 65.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 149 33 10 0 0.78 0.93 0.42 9.93 0.87 0.31
Hex 95 21 A 0 4E 5D 2A A 57 1F
Octal 225 41 12 0 116 135 52 12 127 37
Binary 10010101 100001 1010 0 1001110 1011101 101010 1010 1010111 11111

Color Harmonies of #95210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95210A

Black with #95210A

Text Example


Text Example

White with #95210A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95210A; }

 p { color: rgb(149,33,10); }

 H1.HeaderClassName
 {
   color: #95210A;
 }
 .AnyTagClassName
 {
   color: #95210A;
 }
</style>

background-color css

<style>
 a { background-color: #95210A; }

 a { background-color: rgb(149,33,10); }

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

border-color css

<style>
 span { border-color: #95210A; }

 span { border-color: rgb(149,33,10); }

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