Html Css Color HEX #B0351B Rust

📋 copy color: '#B0351B'

red 176 ◦ green 53 ◦ blue 27

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

Shades of Rust #B0351B

Tints of Rust #B0351B

RGB

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

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

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

R = 68.75%
G = 20.7%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0351B (or 0xB0351B) is known color: Rust. HEX triplet: B0, 35 and 1B. RGB value is (176,53,27). Sum of RGB (Red+Green+Blue) = 176+53+27=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0351B is #4FCAE4. Grayscale: #575757. Windows color (decimal): -5229285 or 1783216. OLE color: 1783216.

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

Color convert

RGB 176 53 27 -
CMYK 0 0.70 0.85 0.31
HSL 10.47º 0.73% 0.4% -
HSV(B) 10.47º 0.85% 0.69% -
XYZ 19.38 11.86 2.3 -
YUV 86.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 176 53 27 0 0.70 0.85 0.31 10.47 0.73 0.4
Hex B0 35 1B 0 46 55 1F A 49 28
Octal 260 65 33 0 106 125 37 12 111 50
Binary 10110000 110101 11011 0 1000110 1010101 11111 1010 1001001 101000

Color Harmonies of #B0351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0351B

Black with #B0351B

Text Example


Text Example

White with #B0351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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