Html Css Color HEX #B35104 Rust

📋 copy color: '#B35104'

red 179 ◦ green 81 ◦ blue 4

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

Shades of Rust #B35104

Tints of Rust #B35104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 67.8%
G = 30.68%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B35104 (or 0xB35104) is known color: Rust. HEX triplet: B3, 51 and 04. RGB value is (179,81,4). Sum of RGB (Red+Green+Blue) = 179+81+4=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B35104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35104 is #4CAEFB. Grayscale: #656565. Windows color (decimal): -5025532 or 283059. OLE color: 283059.

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

Color convert

RGB 179 81 4 -
CMYK 0 0.55 0.98 0.30
HSL 26.4º 0.96% 0.36% -
HSV(B) 26.4º 0.98% 0.7% -
XYZ 21.55 15.48 1.97 -
YUV 101.52 72.97 183.26 -
System Red Green Blue C M Y K H S L
Decimal 179 81 4 0 0.55 0.98 0.30 26.4 0.96 0.36
Hex B3 51 4 0 37 62 1E 1A 60 24
Octal 263 121 4 0 67 142 36 32 140 44
Binary 10110011 1010001 100 0 110111 1100010 11110 11010 1100000 100100

Color Harmonies of #B35104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35104

Black with #B35104

Text Example


Text Example

White with #B35104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35104; }

 p { color: rgb(179,81,4); }

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

background-color css

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

 a { background-color: rgb(179,81,4); }

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

border-color css

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

 span { border-color: rgb(179,81,4); }

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