Html Css Color HEX #B44804 Rust

📋 copy color: '#B44804'

red 180 ◦ green 72 ◦ blue 4

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

Shades of Rust #B44804

Tints of Rust #B44804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

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

R = 70.31%
G = 28.13%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B44804 (or 0xB44804) is known color: Rust. HEX triplet: B4, 48 and 04. RGB value is (180,72,4). Sum of RGB (Red+Green+Blue) = 180+72+4=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B44804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44804 is #4BB7FB. Grayscale: #606060. Windows color (decimal): -4962300 or 280756. OLE color: 280756.

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

Color convert

RGB 180 72 4 -
CMYK 0 0.60 0.98 0.29
HSL 23.18º 0.96% 0.36% -
HSV(B) 23.18º 0.98% 0.71% -
XYZ 21.16 14.35 1.77 -
YUV 96.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 180 72 4 0 0.60 0.98 0.29 23.18 0.96 0.36
Hex B4 48 4 0 3C 62 1D 17 60 24
Octal 264 110 4 0 74 142 35 27 140 44
Binary 10110100 1001000 100 0 111100 1100010 11101 10111 1100000 100100

Color Harmonies of #B44804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44804

Black with #B44804

Text Example


Text Example

White with #B44804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44804; }

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

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

background-color css

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

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

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

border-color css

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

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

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