Html Css Color HEX #B44C05 Rust

📋 copy color: '#B44C05'

red 180 ◦ green 76 ◦ blue 5

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

Shades of Rust #B44C05

Tints of Rust #B44C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 68.97%
G = 29.12%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B44C05 (or 0xB44C05) is known color: Rust. HEX triplet: B4, 4C and 05. RGB value is (180,76,5). Sum of RGB (Red+Green+Blue) = 180+76+5=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44C05 is #4BB3FA. Grayscale: #636363. Windows color (decimal): -4961275 or 347316. OLE color: 347316.

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

Color convert

RGB 180 76 5 -
CMYK 0 0.58 0.97 0.29
HSL 24.34º 0.95% 0.36% -
HSV(B) 24.34º 0.97% 0.71% -
XYZ 21.43 14.88 1.89 -
YUV 99 74.96 185.77 -
System Red Green Blue C M Y K H S L
Decimal 180 76 5 0 0.58 0.97 0.29 24.34 0.95 0.36
Hex B4 4C 5 0 3A 61 1D 18 5F 24
Octal 264 114 5 0 72 141 35 30 137 44
Binary 10110100 1001100 101 0 111010 1100001 11101 11000 1011111 100100

Color Harmonies of #B44C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C05

Black with #B44C05

Text Example


Text Example

White with #B44C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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