Html Css Color HEX #B35001 Rust

📋 copy color: '#B35001'

red 179 ◦ green 80 ◦ blue 1

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

Shades of Rust #B35001

Tints of Rust #B35001

RGB

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

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

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

R = 68.85%
G = 30.77%
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

#B35001 (or 0xB35001) is known color: Rust. HEX triplet: B3, 50 and 01. RGB value is (179,80,1). Sum of RGB (Red+Green+Blue) = 179+80+1=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B35001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35001 is #4CAFFE. Grayscale: #656565. Windows color (decimal): -5025791 or 86195. OLE color: 86195.

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

Color convert

RGB 179 80 1 -
CMYK 0 0.55 0.99 0.30
HSL 26.63º 0.99% 0.35% -
HSV(B) 26.63º 0.99% 0.7% -
XYZ 21.46 15.32 1.86 -
YUV 100.6 71.8 183.92 -
System Red Green Blue C M Y K H S L
Decimal 179 80 1 0 0.55 0.99 0.30 26.63 0.99 0.35
Hex B3 50 1 0 37 63 1E 1B 63 23
Octal 263 120 1 0 67 143 36 33 143 43
Binary 10110011 1010000 1 0 110111 1100011 11110 11011 1100011 100011

Color Harmonies of #B35001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35001

Black with #B35001

Text Example


Text Example

White with #B35001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35001; }

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

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

background-color css

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

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

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

border-color css

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

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

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