Html Css Color HEX #B44C0F Rust

📋 copy color: '#B44C0F'

red 180 ◦ green 76 ◦ blue 15

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

Shades of Rust #B44C0F

Tints of Rust #B44C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 66.42%
G = 28.04%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B44C0F (or 0xB44C0F) is known color: Rust. HEX triplet: B4, 4C and 0F. RGB value is (180,76,15). Sum of RGB (Red+Green+Blue) = 180+76+15=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44C0F is #4BB3F0. Grayscale: #646464. Windows color (decimal): -4961265 or 1002676. OLE color: 1002676.

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

Color convert

RGB 180 76 15 -
CMYK 0 0.58 0.92 0.29
HSL 22.18º 0.85% 0.38% -
HSV(B) 22.18º 0.92% 0.71% -
XYZ 21.49 14.91 2.2 -
YUV 100.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 180 76 15 0 0.58 0.92 0.29 22.18 0.85 0.38
Hex B4 4C F 0 3A 5C 1D 16 55 26
Octal 264 114 17 0 72 134 35 26 125 46
Binary 10110100 1001100 1111 0 111010 1011100 11101 10110 1010101 100110

Color Harmonies of #B44C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C0F

Black with #B44C0F

Text Example


Text Example

White with #B44C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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