Html Css Color HEX #B35408 Rust

📋 copy color: '#B35408'

red 179 ◦ green 84 ◦ blue 8

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

Shades of Rust #B35408

Tints of Rust #B35408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 8 (3.52% from 255) = 2.95%

R = 66.05%
G = 31%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B35408 (or 0xB35408) is known color: Rust. HEX triplet: B3, 54 and 08. RGB value is (179,84,8). Sum of RGB (Red+Green+Blue) = 179+84+8=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B35408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35408 is #4CABF7. Grayscale: #686868. Windows color (decimal): -5024760 or 545971. OLE color: 545971.

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

Color convert

RGB 179 84 8 -
CMYK 0 0.53 0.96 0.30
HSL 26.67º 0.91% 0.37% -
HSV(B) 26.67º 0.96% 0.7% -
XYZ 21.8 15.94 2.16 -
YUV 103.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 179 84 8 0 0.53 0.96 0.30 26.67 0.91 0.37
Hex B3 54 8 0 35 60 1E 1B 5B 25
Octal 263 124 10 0 65 140 36 33 133 45
Binary 10110011 1010100 1000 0 110101 1100000 11110 11011 1011011 100101

Color Harmonies of #B35408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35408

Black with #B35408

Text Example


Text Example

White with #B35408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35408; }

 p { color: rgb(179,84,8); }

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

background-color css

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

 a { background-color: rgb(179,84,8); }

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

border-color css

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

 span { border-color: rgb(179,84,8); }

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