Html Css Color HEX #B44B00 Rust

📋 copy color: '#B44B00'

red 180 ◦ green 75 ◦ blue 0

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

Shades of Rust #B44B00

Tints of Rust #B44B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

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

R = 70.59%
G = 29.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B44B00 (or 0xB44B00) is known color: Rust. HEX triplet: B4, 4B and 00. RGB value is (180,75,0). Sum of RGB (Red+Green+Blue) = 180+75+0=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44B00 is #4BB4FF. Grayscale: #626262. Windows color (decimal): -4961536 or 19380. OLE color: 19380.

HSL color Cylindrical-coordinate representation of color #B44B00: hue angle of 25º 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 #B44B00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 75 0 -
CMYK 0 0.58 1 0.29
HSL 25º 1% 0.35% -
HSV(B) 25º 1% 0.71% -
XYZ 21.34 14.74 1.72 -
YUV 97.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 180 75 0 0 0.58 1 0.29 25 1 0.35
Hex B4 4B 0 0 3A 64 1D 19 64 23
Octal 264 113 0 0 72 144 35 31 144 43
Binary 10110100 1001011 0 0 111010 1100100 11101 11001 1100100 100011

Color Harmonies of #B44B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44B00

Black with #B44B00

Text Example


Text Example

White with #B44B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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