Html Css Color HEX #B4480C Rust

📋 copy color: '#B4480C'

red 180 ◦ green 72 ◦ blue 12

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

Shades of Rust #B4480C

Tints of Rust #B4480C

RGB

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

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

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

R = 68.18%
G = 27.27%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4480C (or 0xB4480C) is known color: Rust. HEX triplet: B4, 48 and 0C. RGB value is (180,72,12). Sum of RGB (Red+Green+Blue) = 180+72+12=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B4480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4480C is #4BB7F3. Grayscale: #616161. Windows color (decimal): -4962292 or 805044. OLE color: 805044.

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

Color convert

RGB 180 72 12 -
CMYK 0 0.60 0.93 0.29
HSL 21.43º 0.88% 0.38% -
HSV(B) 21.43º 0.93% 0.71% -
XYZ 21.21 14.36 2 -
YUV 97.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 180 72 12 0 0.60 0.93 0.29 21.43 0.88 0.38
Hex B4 48 C 0 3C 5D 1D 15 58 26
Octal 264 110 14 0 74 135 35 25 130 46
Binary 10110100 1001000 1100 0 111100 1011101 11101 10101 1011000 100110

Color Harmonies of #B4480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4480C

Black with #B4480C

Text Example


Text Example

White with #B4480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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