Html Css Color HEX #B35019 Rust

📋 copy color: '#B35019'

red 179 ◦ green 80 ◦ blue 25

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

Shades of Rust #B35019

Tints of Rust #B35019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

 BLUE value IS 25 (10.16% from 255) = 8.8%

R = 63.03%
G = 28.17%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B35019 (or 0xB35019) is known color: Rust. HEX triplet: B3, 50 and 19. RGB value is (179,80,25). Sum of RGB (Red+Green+Blue) = 179+80+25=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B35019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35019 is #4CAFE6. Grayscale: #676767. Windows color (decimal): -5025767 or 1659059. OLE color: 1659059.

HSL color Cylindrical-coordinate representation of color #B35019: hue angle of 21.43º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B35019 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 25 -
CMYK 0 0.55 0.86 0.30
HSL 21.43º 0.75% 0.4% -
HSV(B) 21.43º 0.86% 0.7% -
XYZ 21.63 15.39 2.75 -
YUV 103.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 179 80 25 0 0.55 0.86 0.30 21.43 0.75 0.4
Hex B3 50 19 0 37 56 1E 15 4B 28
Octal 263 120 31 0 67 126 36 25 113 50
Binary 10110011 1010000 11001 0 110111 1010110 11110 10101 1001011 101000

Color Harmonies of #B35019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35019

Black with #B35019

Text Example


Text Example

White with #B35019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35019; }

 p { color: rgb(179,80,25); }

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

background-color css

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

 a { background-color: rgb(179,80,25); }

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

border-color css

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

 span { border-color: rgb(179,80,25); }

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