Html Css Color HEX #B54013 Rust

📋 copy color: '#B54013'

red 181 ◦ green 64 ◦ blue 19

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

Shades of Rust #B54013

Tints of Rust #B54013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

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

R = 68.56%
G = 24.24%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B54013 (or 0xB54013) is known color: Rust. HEX triplet: B5, 40 and 13. RGB value is (181,64,19). Sum of RGB (Red+Green+Blue) = 181+64+19=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B54013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54013 is #4ABFEC. Grayscale: #5E5E5E. Windows color (decimal): -4898797 or 1261749. OLE color: 1261749.

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

Color convert

RGB 181 64 19 -
CMYK 0 0.65 0.90 0.29
HSL 16.67º 0.81% 0.39% -
HSV(B) 16.67º 0.9% 0.71% -
XYZ 21.01 13.54 2.12 -
YUV 93.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 181 64 19 0 0.65 0.90 0.29 16.67 0.81 0.39
Hex B5 40 13 0 41 5A 1D 11 51 27
Octal 265 100 23 0 101 132 35 21 121 47
Binary 10110101 1000000 10011 0 1000001 1011010 11101 10001 1010001 100111

Color Harmonies of #B54013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54013

Black with #B54013

Text Example


Text Example

White with #B54013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54013; }

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

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

background-color css

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

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

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

border-color css

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

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

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