Html Css Color HEX #B0480F Rust

📋 copy color: '#B0480F'

red 176 ◦ green 72 ◦ blue 15

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

Shades of Rust #B0480F

Tints of Rust #B0480F

RGB

 RED value IS 176 (69.14% from 255) = 66.92%

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 66.92%
G = 27.38%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0480F (or 0xB0480F) is known color: Rust. HEX triplet: B0, 48 and 0F. RGB value is (176,72,15). Sum of RGB (Red+Green+Blue) = 176+72+15=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B0480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0480F is #4FB7F0. Grayscale: #606060. Windows color (decimal): -5224433 or 1001648. OLE color: 1001648.

HSL color Cylindrical-coordinate representation of color #B0480F: hue angle of 21.24º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0480F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 15 -
CMYK 0 0.59 0.91 0.31
HSL 21.24º 0.84% 0.37% -
HSV(B) 21.24º 0.91% 0.69% -
XYZ 20.31 13.9 2.06 -
YUV 96.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 176 72 15 0 0.59 0.91 0.31 21.24 0.84 0.37
Hex B0 48 F 0 3B 5B 1F 15 54 25
Octal 260 110 17 0 73 133 37 25 124 45
Binary 10110000 1001000 1111 0 111011 1011011 11111 10101 1010100 100101

Color Harmonies of #B0480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0480F

Black with #B0480F

Text Example


Text Example

White with #B0480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0480F; }

 p { color: rgb(176,72,15); }

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

background-color css

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

 a { background-color: rgb(176,72,15); }

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

border-color css

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

 span { border-color: rgb(176,72,15); }

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