Html Css Color HEX #B54813 Rust

📋 copy color: '#B54813'

red 181 ◦ green 72 ◦ blue 19

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

Shades of Rust #B54813

Tints of Rust #B54813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 66.54%
G = 26.47%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B54813 (or 0xB54813) is known color: Rust. HEX triplet: B5, 48 and 13. RGB value is (181,72,19). Sum of RGB (Red+Green+Blue) = 181+72+19=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B54813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54813 is #4AB7EC. Grayscale: #626262. Windows color (decimal): -4896749 or 1263797. OLE color: 1263797.

HSL color Cylindrical-coordinate representation of color #B54813: hue angle of 19.63º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B54813 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 19 -
CMYK 0 0.60 0.90 0.29
HSL 19.63º 0.81% 0.39% -
HSV(B) 19.63º 0.9% 0.71% -
XYZ 21.49 14.51 2.28 -
YUV 98.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 181 72 19 0 0.60 0.90 0.29 19.63 0.81 0.39
Hex B5 48 13 0 3C 5A 1D 14 51 27
Octal 265 110 23 0 74 132 35 24 121 47
Binary 10110101 1001000 10011 0 111100 1011010 11101 10100 1010001 100111

Color Harmonies of #B54813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54813

Black with #B54813

Text Example


Text Example

White with #B54813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54813; }

 p { color: rgb(181,72,19); }

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

background-color css

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

 a { background-color: rgb(181,72,19); }

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

border-color css

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

 span { border-color: rgb(181,72,19); }

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