Html Css Color HEX #B0570D Rust

📋 copy color: '#B0570D'

red 176 ◦ green 87 ◦ blue 13

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

Shades of Rust #B0570D

Tints of Rust #B0570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 63.77%
G = 31.52%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0570D (or 0xB0570D) is known color: Rust. HEX triplet: B0, 57 and 0D. RGB value is (176,87,13). Sum of RGB (Red+Green+Blue) = 176+87+13=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0570D is #4FA8F2. Grayscale: #696969. Windows color (decimal): -5220595 or 874416. OLE color: 874416.

HSL color Cylindrical-coordinate representation of color #B0570D: hue angle of 27.24º degrees, saturation: 0.86, 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 #B0570D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 87 13 -
CMYK 0 0.51 0.93 0.31
HSL 27.24º 0.86% 0.37% -
HSV(B) 27.24º 0.93% 0.69% -
XYZ 21.39 16.08 2.36 -
YUV 105.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 176 87 13 0 0.51 0.93 0.31 27.24 0.86 0.37
Hex B0 57 D 0 33 5D 1F 1B 56 25
Octal 260 127 15 0 63 135 37 33 126 45
Binary 10110000 1010111 1101 0 110011 1011101 11111 11011 1010110 100101

Color Harmonies of #B0570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0570D

Black with #B0570D

Text Example


Text Example

White with #B0570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0570D; }

 p { color: rgb(176,87,13); }

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

background-color css

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

 a { background-color: rgb(176,87,13); }

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

border-color css

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

 span { border-color: rgb(176,87,13); }

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