Html Css Color HEX #B0481C Rust

📋 copy color: '#B0481C'

red 176 ◦ green 72 ◦ blue 28

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

Shades of Rust #B0481C

Tints of Rust #B0481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 63.77%
G = 26.09%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0481C (or 0xB0481C) is known color: Rust. HEX triplet: B0, 48 and 1C. RGB value is (176,72,28). Sum of RGB (Red+Green+Blue) = 176+72+28=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0481C is #4FB7E3. Grayscale: #626262. Windows color (decimal): -5224420 or 1853616. OLE color: 1853616.

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

Color convert

RGB 176 72 28 -
CMYK 0 0.59 0.84 0.31
HSL 17.84º 0.73% 0.4% -
HSV(B) 17.84º 0.84% 0.69% -
XYZ 20.43 13.95 2.71 -
YUV 98.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 176 72 28 0 0.59 0.84 0.31 17.84 0.73 0.4
Hex B0 48 1C 0 3B 54 1F 12 49 28
Octal 260 110 34 0 73 124 37 22 111 50
Binary 10110000 1001000 11100 0 111011 1010100 11111 10010 1001001 101000

Color Harmonies of #B0481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0481C

Black with #B0481C

Text Example


Text Example

White with #B0481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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