Html Css Color HEX #B3570B Rust

📋 copy color: '#B3570B'

red 179 ◦ green 87 ◦ blue 11

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

Shades of Rust #B3570B

Tints of Rust #B3570B

RGB

 RED value IS 179 (70.31% from 255) = 64.62%

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

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 64.62%
G = 31.41%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3570B (or 0xB3570B) is known color: Rust. HEX triplet: B3, 57 and 0B. RGB value is (179,87,11). Sum of RGB (Red+Green+Blue) = 179+87+11=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3570B is #4CA8F4. Grayscale: #6A6A6A. Windows color (decimal): -5023989 or 743347. OLE color: 743347.

HSL color Cylindrical-coordinate representation of color #B3570B: hue angle of 27.14º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3570B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 87 11 -
CMYK 0 0.51 0.94 0.30
HSL 27.14º 0.88% 0.37% -
HSV(B) 27.14º 0.94% 0.7% -
XYZ 22.06 16.42 2.32 -
YUV 105.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 179 87 11 0 0.51 0.94 0.30 27.14 0.88 0.37
Hex B3 57 B 0 33 5E 1E 1B 58 25
Octal 263 127 13 0 63 136 36 33 130 45
Binary 10110011 1010111 1011 0 110011 1011110 11110 11011 1011000 100101

Color Harmonies of #B3570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3570B

Black with #B3570B

Text Example


Text Example

White with #B3570B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3570B; }

 p { color: rgb(179,87,11); }

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

background-color css

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

 a { background-color: rgb(179,87,11); }

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

border-color css

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

 span { border-color: rgb(179,87,11); }

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