Html Css Color HEX #B4550D Rust

📋 copy color: '#B4550D'

red 180 ◦ green 85 ◦ blue 13

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

Shades of Rust #B4550D

Tints of Rust #B4550D

RGB

 RED value IS 180 (70.7% from 255) = 64.75%

 GREEN value IS 85 (33.59% from 255) = 30.58%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 64.75%
G = 30.58%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4550D (or 0xB4550D) is known color: Rust. HEX triplet: B4, 55 and 0D. RGB value is (180,85,13). Sum of RGB (Red+Green+Blue) = 180+85+13=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4550D is #4BAAF2. Grayscale: #696969. Windows color (decimal): -4958963 or 873908. OLE color: 873908.

HSL color Cylindrical-coordinate representation of color #B4550D: hue angle of 25.87º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4550D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 85 13 -
CMYK 0 0.53 0.93 0.29
HSL 25.87º 0.87% 0.38% -
HSV(B) 25.87º 0.93% 0.71% -
XYZ 22.14 16.23 2.35 -
YUV 105.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 180 85 13 0 0.53 0.93 0.29 25.87 0.87 0.38
Hex B4 55 D 0 35 5D 1D 1A 57 26
Octal 264 125 15 0 65 135 35 32 127 46
Binary 10110100 1010101 1101 0 110101 1011101 11101 11010 1010111 100110

Color Harmonies of #B4550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4550D

Black with #B4550D

Text Example


Text Example

White with #B4550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4550D; }

 p { color: rgb(180,85,13); }

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

background-color css

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

 a { background-color: rgb(180,85,13); }

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

border-color css

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

 span { border-color: rgb(180,85,13); }

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