Html Css Color HEX #B35018 Rust

📋 copy color: '#B35018'

red 179 ◦ green 80 ◦ blue 24

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

Shades of Rust #B35018

Tints of Rust #B35018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 63.25%
G = 28.27%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B35018 (or 0xB35018) is known color: Rust. HEX triplet: B3, 50 and 18. RGB value is (179,80,24). Sum of RGB (Red+Green+Blue) = 179+80+24=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B35018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35018 is #4CAFE7. Grayscale: #676767. Windows color (decimal): -5025768 or 1593523. OLE color: 1593523.

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

Color convert

RGB 179 80 24 -
CMYK 0 0.55 0.87 0.30
HSL 21.68º 0.76% 0.4% -
HSV(B) 21.68º 0.87% 0.7% -
XYZ 21.62 15.39 2.69 -
YUV 103.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 179 80 24 0 0.55 0.87 0.30 21.68 0.76 0.4
Hex B3 50 18 0 37 57 1E 16 4C 28
Octal 263 120 30 0 67 127 36 26 114 50
Binary 10110011 1010000 11000 0 110111 1010111 11110 10110 1001100 101000

Color Harmonies of #B35018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35018

Black with #B35018

Text Example


Text Example

White with #B35018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35018; }

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

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

background-color css

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

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

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

border-color css

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

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

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