Html Css Color HEX #B0481B Rust

📋 copy color: '#B0481B'

red 176 ◦ green 72 ◦ blue 27

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

Shades of Rust #B0481B

Tints of Rust #B0481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 64%
G = 26.18%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0481B (or 0xB0481B) is known color: Rust. HEX triplet: B0, 48 and 1B. RGB value is (176,72,27). Sum of RGB (Red+Green+Blue) = 176+72+27=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0481B is #4FB7E4. Grayscale: #626262. Windows color (decimal): -5224421 or 1788080. OLE color: 1788080.

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

Color convert

RGB 176 72 27 -
CMYK 0 0.59 0.85 0.31
HSL 18.12º 0.73% 0.4% -
HSV(B) 18.12º 0.85% 0.69% -
XYZ 20.42 13.94 2.65 -
YUV 97.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 176 72 27 0 0.59 0.85 0.31 18.12 0.73 0.4
Hex B0 48 1B 0 3B 55 1F 12 49 28
Octal 260 110 33 0 73 125 37 22 111 50
Binary 10110000 1001000 11011 0 111011 1010101 11111 10010 1001001 101000

Color Harmonies of #B0481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0481B

Black with #B0481B

Text Example


Text Example

White with #B0481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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