Html Css Color HEX #B0570E Rust

📋 copy color: '#B0570E'

red 176 ◦ green 87 ◦ blue 14

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

Shades of Rust #B0570E

Tints of Rust #B0570E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 63.54%
G = 31.41%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0570E (or 0xB0570E) is known color: Rust. HEX triplet: B0, 57 and 0E. RGB value is (176,87,14). Sum of RGB (Red+Green+Blue) = 176+87+14=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0570E is #4FA8F1. Grayscale: #696969. Windows color (decimal): -5220594 or 939952. OLE color: 939952.

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

Color convert

RGB 176 87 14 -
CMYK 0 0.51 0.92 0.31
HSL 27.04º 0.85% 0.37% -
HSV(B) 27.04º 0.92% 0.69% -
XYZ 21.39 16.08 2.39 -
YUV 105.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 176 87 14 0 0.51 0.92 0.31 27.04 0.85 0.37
Hex B0 57 E 0 33 5C 1F 1B 55 25
Octal 260 127 16 0 63 134 37 33 125 45
Binary 10110000 1010111 1110 0 110011 1011100 11111 11011 1010101 100101

Color Harmonies of #B0570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0570E

Black with #B0570E

Text Example


Text Example

White with #B0570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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