Html Css Color HEX #B44F0B Rust

📋 copy color: '#B44F0B'

red 180 ◦ green 79 ◦ blue 11

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

Shades of Rust #B44F0B

Tints of Rust #B44F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.07%

R = 66.67%
G = 29.26%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B44F0B (or 0xB44F0B) is known color: Rust. HEX triplet: B4, 4F and 0B. RGB value is (180,79,11). Sum of RGB (Red+Green+Blue) = 180+79+11=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F0B is #4BB0F4. Grayscale: #656565. Windows color (decimal): -4960501 or 741300. OLE color: 741300.

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

Color convert

RGB 180 79 11 -
CMYK 0 0.56 0.94 0.29
HSL 24.14º 0.88% 0.37% -
HSV(B) 24.14º 0.94% 0.71% -
XYZ 21.68 15.32 2.13 -
YUV 101.45 76.96 184.03 -
System Red Green Blue C M Y K H S L
Decimal 180 79 11 0 0.56 0.94 0.29 24.14 0.88 0.37
Hex B4 4F B 0 38 5E 1D 18 58 25
Octal 264 117 13 0 70 136 35 30 130 45
Binary 10110100 1001111 1011 0 111000 1011110 11101 11000 1011000 100101

Color Harmonies of #B44F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44F0B

Black with #B44F0B

Text Example


Text Example

White with #B44F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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