Html Css Color HEX #B54414 Rust

📋 copy color: '#B54414'

red 181 ◦ green 68 ◦ blue 20

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

Shades of Rust #B54414

Tints of Rust #B54414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 67.29%
G = 25.28%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B54414 (or 0xB54414) is known color: Rust. HEX triplet: B5, 44 and 14. RGB value is (181,68,20). Sum of RGB (Red+Green+Blue) = 181+68+20=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B54414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54414 is #4ABBEB. Grayscale: #606060. Windows color (decimal): -4897772 or 1328309. OLE color: 1328309.

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

Color convert

RGB 181 68 20 -
CMYK 0 0.62 0.89 0.29
HSL 17.89º 0.8% 0.39% -
HSV(B) 17.89º 0.89% 0.71% -
XYZ 21.25 14.01 2.25 -
YUV 96.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 181 68 20 0 0.62 0.89 0.29 17.89 0.8 0.39
Hex B5 44 14 0 3E 59 1D 12 50 27
Octal 265 104 24 0 76 131 35 22 120 47
Binary 10110101 1000100 10100 0 111110 1011001 11101 10010 1010000 100111

Color Harmonies of #B54414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54414

Black with #B54414

Text Example


Text Example

White with #B54414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54414; }

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

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

background-color css

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

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

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

border-color css

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

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

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