Html Css Color HEX #B44C04 Rust

📋 copy color: '#B44C04'

red 180 ◦ green 76 ◦ blue 4

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

Shades of Rust #B44C04

Tints of Rust #B44C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 69.23%
G = 29.23%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B44C04 (or 0xB44C04) is known color: Rust. HEX triplet: B4, 4C and 04. RGB value is (180,76,4). Sum of RGB (Red+Green+Blue) = 180+76+4=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44C04 is #4BB3FB. Grayscale: #636363. Windows color (decimal): -4961276 or 281780. OLE color: 281780.

HSL color Cylindrical-coordinate representation of color #B44C04: hue angle of 24.55º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B44C04 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 76 4 -
CMYK 0 0.58 0.98 0.29
HSL 24.55º 0.96% 0.36% -
HSV(B) 24.55º 0.98% 0.71% -
XYZ 21.43 14.88 1.86 -
YUV 98.89 74.46 185.85 -
System Red Green Blue C M Y K H S L
Decimal 180 76 4 0 0.58 0.98 0.29 24.55 0.96 0.36
Hex B4 4C 4 0 3A 62 1D 19 60 24
Octal 264 114 4 0 72 142 35 31 140 44
Binary 10110100 1001100 100 0 111010 1100010 11101 11001 1100000 100100

Color Harmonies of #B44C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C04

Black with #B44C04

Text Example


Text Example

White with #B44C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C04; }

 p { color: rgb(180,76,4); }

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

background-color css

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

 a { background-color: rgb(180,76,4); }

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

border-color css

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

 span { border-color: rgb(180,76,4); }

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