Html Css Color HEX #B0350C Rust

📋 copy color: '#B0350C'

red 176 ◦ green 53 ◦ blue 12

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

Shades of Rust #B0350C

Tints of Rust #B0350C

RGB

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

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

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

R = 73.03%
G = 21.99%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0350C (or 0xB0350C) is known color: Rust. HEX triplet: B0, 35 and 0C. RGB value is (176,53,12). Sum of RGB (Red+Green+Blue) = 176+53+12=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B0350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0350C is #4FCAF3. Grayscale: #555555. Windows color (decimal): -5229300 or 800176. OLE color: 800176.

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

Color convert

RGB 176 53 12 -
CMYK 0 0.70 0.93 0.31
HSL 15º 0.87% 0.37% -
HSV(B) 15º 0.93% 0.69% -
XYZ 19.24 11.8 1.61 -
YUV 85.1 86.75 192.83 -
System Red Green Blue C M Y K H S L
Decimal 176 53 12 0 0.70 0.93 0.31 15 0.87 0.37
Hex B0 35 C 0 46 5D 1F F 57 25
Octal 260 65 14 0 106 135 37 17 127 45
Binary 10110000 110101 1100 0 1000110 1011101 11111 1111 1010111 100101

Color Harmonies of #B0350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0350C

Black with #B0350C

Text Example


Text Example

White with #B0350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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