Html Css Color HEX #B44400 Rust

📋 copy color: '#B44400'

red 180 ◦ green 68 ◦ blue 0

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

Shades of Rust #B44400

Tints of Rust #B44400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 72.58%
G = 27.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B44400 (or 0xB44400) is known color: Rust. HEX triplet: B4, 44 and 00. RGB value is (180,68,0). Sum of RGB (Red+Green+Blue) = 180+68+0=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B44400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44400 is #4BBBFF. Grayscale: #5E5E5E. Windows color (decimal): -4963328 or 17588. OLE color: 17588.

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

Color convert

RGB 180 68 0 -
CMYK 0 0.62 1 0.29
HSL 22.67º 1% 0.35% -
HSV(B) 22.67º 1% 0.71% -
XYZ 20.89 13.84 1.57 -
YUV 93.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 180 68 0 0 0.62 1 0.29 22.67 1 0.35
Hex B4 44 0 0 3E 64 1D 17 64 23
Octal 264 104 0 0 76 144 35 27 144 43
Binary 10110100 1000100 0 0 111110 1100100 11101 10111 1100100 100011

Color Harmonies of #B44400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44400

Black with #B44400

Text Example


Text Example

White with #B44400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44400; }

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

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

background-color css

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

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

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

border-color css

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

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

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