Html Css Color HEX #B54515 Rust

📋 copy color: '#B54515'

red 181 ◦ green 69 ◦ blue 21

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

Shades of Rust #B54515

Tints of Rust #B54515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 66.79%
G = 25.46%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B54515 (or 0xB54515) is known color: Rust. HEX triplet: B5, 45 and 15. RGB value is (181,69,21). Sum of RGB (Red+Green+Blue) = 181+69+21=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B54515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54515 is #4ABAEA. Grayscale: #616161. Windows color (decimal): -4897515 or 1394101. OLE color: 1394101.

HSL color Cylindrical-coordinate representation of color #B54515: hue angle of 18º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B54515 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 69 21 -
CMYK 0 0.62 0.88 0.29
HSL 18º 0.79% 0.4% -
HSV(B) 18º 0.88% 0.71% -
XYZ 21.32 14.13 2.31 -
YUV 97.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 181 69 21 0 0.62 0.88 0.29 18 0.79 0.4
Hex B5 45 15 0 3E 58 1D 12 4F 28
Octal 265 105 25 0 76 130 35 22 117 50
Binary 10110101 1000101 10101 0 111110 1011000 11101 10010 1001111 101000

Color Harmonies of #B54515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54515

Black with #B54515

Text Example


Text Example

White with #B54515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54515; }

 p { color: rgb(181,69,21); }

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

background-color css

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

 a { background-color: rgb(181,69,21); }

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

border-color css

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

 span { border-color: rgb(181,69,21); }

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