Html Css Color HEX #B0361D Rust

📋 copy color: '#B0361D'

red 176 ◦ green 54 ◦ blue 29

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

Shades of Rust #B0361D

Tints of Rust #B0361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.85%

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

R = 67.95%
G = 20.85%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0361D (or 0xB0361D) is known color: Rust. HEX triplet: B0, 36 and 1D. RGB value is (176,54,29). Sum of RGB (Red+Green+Blue) = 176+54+29=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0361D is #4FC9E2. Grayscale: #575757. Windows color (decimal): -5229027 or 1914544. OLE color: 1914544.

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

Color convert

RGB 176 54 29 -
CMYK 0 0.69 0.84 0.31
HSL 10.2º 0.72% 0.4% -
HSV(B) 10.2º 0.84% 0.69% -
XYZ 19.45 11.96 2.45 -
YUV 87.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 176 54 29 0 0.69 0.84 0.31 10.2 0.72 0.4
Hex B0 36 1D 0 45 54 1F A 48 28
Octal 260 66 35 0 105 124 37 12 110 50
Binary 10110000 110110 11101 0 1000101 1010100 11111 1010 1001000 101000

Color Harmonies of #B0361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0361D

Black with #B0361D

Text Example


Text Example

White with #B0361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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