Html Css Color HEX #B0371D Rust

📋 copy color: '#B0371D'

red 176 ◦ green 55 ◦ blue 29

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

Shades of Rust #B0371D

Tints of Rust #B0371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

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

R = 67.69%
G = 21.15%
B = 11.15%

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

#B0371D (or 0xB0371D) is known color: Rust. HEX triplet: B0, 37 and 1D. RGB value is (176,55,29). Sum of RGB (Red+Green+Blue) = 176+55+29=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0371D is #4FC8E2. Grayscale: #585858. Windows color (decimal): -5228771 or 1914800. OLE color: 1914800.

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

Color convert

RGB 176 55 29 -
CMYK 0 0.69 0.84 0.31
HSL 10.61º 0.72% 0.4% -
HSV(B) 10.61º 0.84% 0.69% -
XYZ 19.49 12.05 2.46 -
YUV 88.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 176 55 29 0 0.69 0.84 0.31 10.61 0.72 0.4
Hex B0 37 1D 0 45 54 1F B 48 28
Octal 260 67 35 0 105 124 37 13 110 50
Binary 10110000 110111 11101 0 1000101 1010100 11111 1011 1001000 101000

Color Harmonies of #B0371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0371D

Black with #B0371D

Text Example


Text Example

White with #B0371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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