Html Css Color HEX #B53110 Rust

📋 copy color: '#B53110'

red 181 ◦ green 49 ◦ blue 16

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

Shades of Rust #B53110

Tints of Rust #B53110

RGB

 RED value IS 181 (71.09% from 255) = 73.58%

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 73.58%
G = 19.92%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B53110 (or 0xB53110) is known color: Rust. HEX triplet: B5, 31 and 10. RGB value is (181,49,16). Sum of RGB (Red+Green+Blue) = 181+49+16=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B53110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53110 is #4ACEEF. Grayscale: #545454. Windows color (decimal): -4902640 or 1061301. OLE color: 1061301.

HSL color Cylindrical-coordinate representation of color #B53110: hue angle of 12º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B53110 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 16 -
CMYK 0 0.73 0.91 0.29
HSL 12º 0.84% 0.39% -
HSV(B) 12º 0.91% 0.71% -
XYZ 20.25 12.06 1.75 -
YUV 84.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 181 49 16 0 0.73 0.91 0.29 12 0.84 0.39
Hex B5 31 10 0 49 5B 1D C 54 27
Octal 265 61 20 0 111 133 35 14 124 47
Binary 10110101 110001 10000 0 1001001 1011011 11101 1100 1010100 100111

Color Harmonies of #B53110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53110

Black with #B53110

Text Example


Text Example

White with #B53110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53110; }

 p { color: rgb(181,49,16); }

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

background-color css

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

 a { background-color: rgb(181,49,16); }

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

border-color css

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

 span { border-color: rgb(181,49,16); }

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