Html Css Color HEX #B44C0B Rust

📋 copy color: '#B44C0B'

red 180 ◦ green 76 ◦ blue 11

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

Shades of Rust #B44C0B

Tints of Rust #B44C0B

RGB

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

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

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

R = 67.42%
G = 28.46%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B44C0B (or 0xB44C0B) is known color: Rust. HEX triplet: B4, 4C and 0B. RGB value is (180,76,11). Sum of RGB (Red+Green+Blue) = 180+76+11=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44C0B is #4BB3F4. Grayscale: #646464. Windows color (decimal): -4961269 or 740532. OLE color: 740532.

HSL color Cylindrical-coordinate representation of color #B44C0B: hue angle of 23.08º 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 #B44C0B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 76 11 -
CMYK 0 0.58 0.94 0.29
HSL 23.08º 0.88% 0.37% -
HSV(B) 23.08º 0.94% 0.71% -
XYZ 21.47 14.9 2.06 -
YUV 99.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 180 76 11 0 0.58 0.94 0.29 23.08 0.88 0.37
Hex B4 4C B 0 3A 5E 1D 17 58 25
Octal 264 114 13 0 72 136 35 27 130 45
Binary 10110100 1001100 1011 0 111010 1011110 11101 10111 1011000 100101

Color Harmonies of #B44C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C0B

Black with #B44C0B

Text Example


Text Example

White with #B44C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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