Html Css Color HEX #B54610 Rust

📋 copy color: '#B54610'

red 181 ◦ green 70 ◦ blue 16

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

Shades of Rust #B54610

Tints of Rust #B54610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 67.79%
G = 26.22%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B54610 (or 0xB54610) is known color: Rust. HEX triplet: B5, 46 and 10. RGB value is (181,70,16). Sum of RGB (Red+Green+Blue) = 181+70+16=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B54610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54610 is #4AB9EF. Grayscale: #616161. Windows color (decimal): -4897264 or 1066677. OLE color: 1066677.

HSL color Cylindrical-coordinate representation of color #B54610: hue angle of 19.64º 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 #B54610 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 70 16 -
CMYK 0 0.61 0.91 0.29
HSL 19.64º 0.84% 0.39% -
HSV(B) 19.64º 0.91% 0.71% -
XYZ 21.34 14.24 2.11 -
YUV 97.03 82.27 187.89 -
System Red Green Blue C M Y K H S L
Decimal 181 70 16 0 0.61 0.91 0.29 19.64 0.84 0.39
Hex B5 46 10 0 3D 5B 1D 14 54 27
Octal 265 106 20 0 75 133 35 24 124 47
Binary 10110101 1000110 10000 0 111101 1011011 11101 10100 1010100 100111

Color Harmonies of #B54610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54610

Black with #B54610

Text Example


Text Example

White with #B54610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54610; }

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

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

background-color css

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

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

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

border-color css

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

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

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