Html Css Color HEX #B35101 Rust

📋 copy color: '#B35101'

red 179 ◦ green 81 ◦ blue 1

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

Shades of Rust #B35101

Tints of Rust #B35101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 68.58%
G = 31.03%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B35101 (or 0xB35101) is known color: Rust. HEX triplet: B3, 51 and 01. RGB value is (179,81,1). Sum of RGB (Red+Green+Blue) = 179+81+1=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B35101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35101 is #4CAEFE. Grayscale: #656565. Windows color (decimal): -5025535 or 86451. OLE color: 86451.

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

Color convert

RGB 179 81 1 -
CMYK 0 0.55 0.99 0.30
HSL 26.97º 0.99% 0.35% -
HSV(B) 26.97º 0.99% 0.7% -
XYZ 21.54 15.47 1.88 -
YUV 101.18 71.47 183.5 -
System Red Green Blue C M Y K H S L
Decimal 179 81 1 0 0.55 0.99 0.30 26.97 0.99 0.35
Hex B3 51 1 0 37 63 1E 1B 63 23
Octal 263 121 1 0 67 143 36 33 143 43
Binary 10110011 1010001 1 0 110111 1100011 11110 11011 1100011 100011

Color Harmonies of #B35101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35101

Black with #B35101

Text Example


Text Example

White with #B35101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35101; }

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

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

background-color css

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

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

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

border-color css

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

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

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