Html Css Color HEX #B54814 Rust

📋 copy color: '#B54814'

red 181 ◦ green 72 ◦ blue 20

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

Shades of Rust #B54814

Tints of Rust #B54814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 66.3%
G = 26.37%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B54814 (or 0xB54814) is known color: Rust. HEX triplet: B5, 48 and 14. RGB value is (181,72,20). Sum of RGB (Red+Green+Blue) = 181+72+20=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B54814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54814 is #4AB7EB. Grayscale: #626262. Windows color (decimal): -4896748 or 1329333. OLE color: 1329333.

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

Color convert

RGB 181 72 20 -
CMYK 0 0.60 0.89 0.29
HSL 19.38º 0.8% 0.39% -
HSV(B) 19.38º 0.89% 0.71% -
XYZ 21.5 14.51 2.33 -
YUV 98.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 181 72 20 0 0.60 0.89 0.29 19.38 0.8 0.39
Hex B5 48 14 0 3C 59 1D 13 50 27
Octal 265 110 24 0 74 131 35 23 120 47
Binary 10110101 1001000 10100 0 111100 1011001 11101 10011 1010000 100111

Color Harmonies of #B54814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54814

Black with #B54814

Text Example


Text Example

White with #B54814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54814; }

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

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

background-color css

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

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

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

border-color css

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

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

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