Html Css Color HEX #B44F10 Rust

📋 copy color: '#B44F10'

red 180 ◦ green 79 ◦ blue 16

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

Shades of Rust #B44F10

Tints of Rust #B44F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 65.45%
G = 28.73%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B44F10 (or 0xB44F10) is known color: Rust. HEX triplet: B4, 4F and 10. RGB value is (180,79,16). Sum of RGB (Red+Green+Blue) = 180+79+16=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F10 is #4BB0EF. Grayscale: #666666. Windows color (decimal): -4960496 or 1068980. OLE color: 1068980.

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

Color convert

RGB 180 79 16 -
CMYK 0 0.56 0.91 0.29
HSL 23.05º 0.84% 0.38% -
HSV(B) 23.05º 0.91% 0.71% -
XYZ 21.71 15.33 2.31 -
YUV 102.02 79.46 183.62 -
System Red Green Blue C M Y K H S L
Decimal 180 79 16 0 0.56 0.91 0.29 23.05 0.84 0.38
Hex B4 4F 10 0 38 5B 1D 17 54 26
Octal 264 117 20 0 70 133 35 27 124 46
Binary 10110100 1001111 10000 0 111000 1011011 11101 10111 1010100 100110

Color Harmonies of #B44F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44F10

Black with #B44F10

Text Example


Text Example

White with #B44F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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