Html Css Color HEX #B3570C Rust

📋 copy color: '#B3570C'

red 179 ◦ green 87 ◦ blue 12

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

Shades of Rust #B3570C

Tints of Rust #B3570C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.32%

R = 64.39%
G = 31.29%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3570C (or 0xB3570C) is known color: Rust. HEX triplet: B3, 57 and 0C. RGB value is (179,87,12). Sum of RGB (Red+Green+Blue) = 179+87+12=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3570C is #4CA8F3. Grayscale: #6A6A6A. Windows color (decimal): -5023988 or 808883. OLE color: 808883.

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

Color convert

RGB 179 87 12 -
CMYK 0 0.51 0.93 0.30
HSL 26.95º 0.87% 0.37% -
HSV(B) 26.95º 0.93% 0.7% -
XYZ 22.06 16.43 2.36 -
YUV 105.96 74.98 180.1 -
System Red Green Blue C M Y K H S L
Decimal 179 87 12 0 0.51 0.93 0.30 26.95 0.87 0.37
Hex B3 57 C 0 33 5D 1E 1B 57 25
Octal 263 127 14 0 63 135 36 33 127 45
Binary 10110011 1010111 1100 0 110011 1011101 11110 11011 1010111 100101

Color Harmonies of #B3570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3570C

Black with #B3570C

Text Example


Text Example

White with #B3570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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