Html Css Color HEX #B0351D Rust

📋 copy color: '#B0351D'

red 176 ◦ green 53 ◦ blue 29

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

Shades of Rust #B0351D

Tints of Rust #B0351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 68.22%
G = 20.54%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0351D (or 0xB0351D) is known color: Rust. HEX triplet: B0, 35 and 1D. RGB value is (176,53,29). Sum of RGB (Red+Green+Blue) = 176+53+29=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0351D is #4FCAE2. Grayscale: #575757. Windows color (decimal): -5229283 or 1914288. OLE color: 1914288.

HSL color Cylindrical-coordinate representation of color #B0351D: hue angle of 9.8º degrees, saturation: 0.72, 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 #B0351D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 53 29 -
CMYK 0 0.70 0.84 0.31
HSL 9.8º 0.72% 0.4% -
HSV(B) 9.8º 0.84% 0.69% -
XYZ 19.4 11.87 2.43 -
YUV 87.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 176 53 29 0 0.70 0.84 0.31 9.8 0.72 0.4
Hex B0 35 1D 0 46 54 1F A 48 28
Octal 260 65 35 0 106 124 37 12 110 50
Binary 10110000 110101 11101 0 1000110 1010100 11111 1010 1001000 101000

Color Harmonies of #B0351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0351D

Black with #B0351D

Text Example


Text Example

White with #B0351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0351D; }

 p { color: rgb(176,53,29); }

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

background-color css

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

 a { background-color: rgb(176,53,29); }

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

border-color css

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

 span { border-color: rgb(176,53,29); }

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