Html Css Color HEX #B44200 Rust

📋 copy color: '#B44200'

red 180 ◦ green 66 ◦ blue 0

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

Shades of Rust #B44200

Tints of Rust #B44200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 73.17%
G = 26.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B44200 (or 0xB44200) is known color: Rust. HEX triplet: B4, 42 and 00. RGB value is (180,66,0). Sum of RGB (Red+Green+Blue) = 180+66+0=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B44200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44200 is #4BBDFF. Grayscale: #5C5C5C. Windows color (decimal): -4963840 or 17076. OLE color: 17076.

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

Color convert

RGB 180 66 0 -
CMYK 0 0.63 1 0.29
HSL 22º 1% 0.35% -
HSV(B) 22º 1% 0.71% -
XYZ 20.77 13.6 1.53 -
YUV 92.56 75.77 190.37 -
System Red Green Blue C M Y K H S L
Decimal 180 66 0 0 0.63 1 0.29 22 1 0.35
Hex B4 42 0 0 3F 64 1D 16 64 23
Octal 264 102 0 0 77 144 35 26 144 43
Binary 10110100 1000010 0 0 111111 1100100 11101 10110 1100100 100011

Color Harmonies of #B44200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44200

Black with #B44200

Text Example


Text Example

White with #B44200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44200; }

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

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

background-color css

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

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

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

border-color css

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

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

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