Html Css Color HEX #B35314 Rust

📋 copy color: '#B35314'

red 179 ◦ green 83 ◦ blue 20

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

Shades of Rust #B35314

Tints of Rust #B35314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 63.48%
G = 29.43%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B35314 (or 0xB35314) is known color: Rust. HEX triplet: B3, 53 and 14. RGB value is (179,83,20). Sum of RGB (Red+Green+Blue) = 179+83+20=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B35314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35314 is #4CACEB. Grayscale: #686868. Windows color (decimal): -5025004 or 1332147. OLE color: 1332147.

HSL color Cylindrical-coordinate representation of color #B35314: hue angle of 23.77º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B35314 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 20 -
CMYK 0 0.54 0.89 0.30
HSL 23.77º 0.8% 0.39% -
HSV(B) 23.77º 0.89% 0.7% -
XYZ 21.81 15.82 2.57 -
YUV 104.52 80.3 181.12 -
System Red Green Blue C M Y K H S L
Decimal 179 83 20 0 0.54 0.89 0.30 23.77 0.8 0.39
Hex B3 53 14 0 36 59 1E 18 50 27
Octal 263 123 24 0 66 131 36 30 120 47
Binary 10110011 1010011 10100 0 110110 1011001 11110 11000 1010000 100111

Color Harmonies of #B35314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35314

Black with #B35314

Text Example


Text Example

White with #B35314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35314; }

 p { color: rgb(179,83,20); }

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

background-color css

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

 a { background-color: rgb(179,83,20); }

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

border-color css

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

 span { border-color: rgb(179,83,20); }

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