Html Css Color HEX #B4500C Rust

📋 copy color: '#B4500C'

red 180 ◦ green 80 ◦ blue 12

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

Shades of Rust #B4500C

Tints of Rust #B4500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 66.18%
G = 29.41%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4500C (or 0xB4500C) is known color: Rust. HEX triplet: B4, 50 and 0C. RGB value is (180,80,12). Sum of RGB (Red+Green+Blue) = 180+80+12=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4500C is #4BAFF3. Grayscale: #666666. Windows color (decimal): -4960244 or 807092. OLE color: 807092.

HSL color Cylindrical-coordinate representation of color #B4500C: hue angle of 24.29º degrees, saturation: 0.88, 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 #B4500C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 12 -
CMYK 0 0.56 0.93 0.29
HSL 24.29º 0.88% 0.38% -
HSV(B) 24.29º 0.93% 0.71% -
XYZ 21.76 15.47 2.19 -
YUV 102.15 77.13 183.53 -
System Red Green Blue C M Y K H S L
Decimal 180 80 12 0 0.56 0.93 0.29 24.29 0.88 0.38
Hex B4 50 C 0 38 5D 1D 18 58 26
Octal 264 120 14 0 70 135 35 30 130 46
Binary 10110100 1010000 1100 0 111000 1011101 11101 11000 1011000 100110

Color Harmonies of #B4500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4500C

Black with #B4500C

Text Example


Text Example

White with #B4500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4500C; }

 p { color: rgb(180,80,12); }

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

background-color css

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

 a { background-color: rgb(180,80,12); }

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

border-color css

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

 span { border-color: rgb(180,80,12); }

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