Html Css Color HEX #B44100 Rust

📋 copy color: '#B44100'

red 180 ◦ green 65 ◦ blue 0

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

Shades of Rust #B44100

Tints of Rust #B44100

RGB

 RED value IS 180 (70.7% from 255) = 73.47%

 GREEN value IS 65 (25.78% from 255) = 26.53%

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

R = 73.47%
G = 26.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B44100 (or 0xB44100) is known color: Rust. HEX triplet: B4, 41 and 00. RGB value is (180,65,0). Sum of RGB (Red+Green+Blue) = 180+65+0=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B44100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44100 is #4BBEFF. Grayscale: #5C5C5C. Windows color (decimal): -4964096 or 16820. OLE color: 16820.

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

Color convert

RGB 180 65 0 -
CMYK 0 0.64 1 0.29
HSL 21.67º 1% 0.35% -
HSV(B) 21.67º 1% 0.71% -
XYZ 20.71 13.48 1.51 -
YUV 91.98 76.1 190.79 -
System Red Green Blue C M Y K H S L
Decimal 180 65 0 0 0.64 1 0.29 21.67 1 0.35
Hex B4 41 0 0 40 64 1D 16 64 23
Octal 264 101 0 0 100 144 35 26 144 43
Binary 10110100 1000001 0 0 1000000 1100100 11101 10110 1100100 100011

Color Harmonies of #B44100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44100

Black with #B44100

Text Example


Text Example

White with #B44100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44100; }

 p { color: rgb(180,65,0); }

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

background-color css

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

 a { background-color: rgb(180,65,0); }

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

border-color css

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

 span { border-color: rgb(180,65,0); }

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