Html Css Color HEX #B35000 Rust

📋 copy color: '#B35000'

red 179 ◦ green 80 ◦ blue 0

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

Shades of Rust #B35000

Tints of Rust #B35000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.11%
G = 30.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B35000 (or 0xB35000) is known color: Rust. HEX triplet: B3, 50 and 00. RGB value is (179,80,0). Sum of RGB (Red+Green+Blue) = 179+80+0=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B35000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35000 is #4CAFFF. Grayscale: #646464. Windows color (decimal): -5025792 or 20659. OLE color: 20659.

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

Color convert

RGB 179 80 0 -
CMYK 0 0.55 1 0.30
HSL 26.82º 1% 0.35% -
HSV(B) 26.82º 1% 0.7% -
XYZ 21.46 15.32 1.83 -
YUV 100.48 71.3 184 -
System Red Green Blue C M Y K H S L
Decimal 179 80 0 0 0.55 1 0.30 26.82 1 0.35
Hex B3 50 0 0 37 64 1E 1B 64 23
Octal 263 120 0 0 67 144 36 33 144 43
Binary 10110011 1010000 0 0 110111 1100100 11110 11011 1100100 100011

Color Harmonies of #B35000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35000

Black with #B35000

Text Example


Text Example

White with #B35000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35000; }

 p { color: rgb(179,80,0); }

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

background-color css

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

 a { background-color: rgb(179,80,0); }

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

border-color css

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

 span { border-color: rgb(179,80,0); }

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