Html Css Color HEX #B35113 Rust

📋 copy color: '#B35113'

red 179 ◦ green 81 ◦ blue 19

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

Shades of Rust #B35113

Tints of Rust #B35113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 64.16%
G = 29.03%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B35113 (or 0xB35113) is known color: Rust. HEX triplet: B3, 51 and 13. RGB value is (179,81,19). Sum of RGB (Red+Green+Blue) = 179+81+19=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B35113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35113 is #4CAEEC. Grayscale: #676767. Windows color (decimal): -5025517 or 1266099. OLE color: 1266099.

HSL color Cylindrical-coordinate representation of color #B35113: hue angle of 23.25º degrees, saturation: 0.81, 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 #B35113 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 81 19 -
CMYK 0 0.55 0.89 0.30
HSL 23.25º 0.81% 0.39% -
HSV(B) 23.25º 0.89% 0.7% -
XYZ 21.65 15.52 2.47 -
YUV 103.23 80.47 182.04 -
System Red Green Blue C M Y K H S L
Decimal 179 81 19 0 0.55 0.89 0.30 23.25 0.81 0.39
Hex B3 51 13 0 37 59 1E 17 51 27
Octal 263 121 23 0 67 131 36 27 121 47
Binary 10110011 1010001 10011 0 110111 1011001 11110 10111 1010001 100111

Color Harmonies of #B35113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35113

Black with #B35113

Text Example


Text Example

White with #B35113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35113; }

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

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

background-color css

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

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

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

border-color css

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

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

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