Html Css Color HEX #B44F0C Rust

📋 copy color: '#B44F0C'

red 180 ◦ green 79 ◦ blue 12

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

Shades of Rust #B44F0C

Tints of Rust #B44F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.15%

 BLUE value IS 12 (5.08% from 255) = 4.43%

R = 66.42%
G = 29.15%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B44F0C (or 0xB44F0C) is known color: Rust. HEX triplet: B4, 4F and 0C. RGB value is (180,79,12). Sum of RGB (Red+Green+Blue) = 180+79+12=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F0C is #4BB0F3. Grayscale: #656565. Windows color (decimal): -4960500 or 806836. OLE color: 806836.

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

Color convert

RGB 180 79 12 -
CMYK 0 0.56 0.93 0.29
HSL 23.93º 0.88% 0.38% -
HSV(B) 23.93º 0.93% 0.71% -
XYZ 21.68 15.32 2.16 -
YUV 101.56 77.46 183.95 -
System Red Green Blue C M Y K H S L
Decimal 180 79 12 0 0.56 0.93 0.29 23.93 0.88 0.38
Hex B4 4F C 0 38 5D 1D 18 58 26
Octal 264 117 14 0 70 135 35 30 130 46
Binary 10110100 1001111 1100 0 111000 1011101 11101 11000 1011000 100110

Color Harmonies of #B44F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44F0C

Black with #B44F0C

Text Example


Text Example

White with #B44F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44F0C; }

 p { color: rgb(180,79,12); }

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

background-color css

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

 a { background-color: rgb(180,79,12); }

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

border-color css

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

 span { border-color: rgb(180,79,12); }

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