Html Css Color HEX #B4441B Rust

📋 copy color: '#B4441B'

red 180 ◦ green 68 ◦ blue 27

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

Shades of Rust #B4441B

Tints of Rust #B4441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 65.45%
G = 24.73%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4441B (or 0xB4441B) is known color: Rust. HEX triplet: B4, 44 and 1B. RGB value is (180,68,27). Sum of RGB (Red+Green+Blue) = 180+68+27=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4441B is #4BBBE4. Grayscale: #616161. Windows color (decimal): -4963301 or 1787060. OLE color: 1787060.

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

Color convert

RGB 180 68 27 -
CMYK 0 0.62 0.85 0.29
HSL 16.08º 0.74% 0.41% -
HSV(B) 16.08º 0.85% 0.71% -
XYZ 21.09 13.92 2.61 -
YUV 96.81 88.61 187.33 -
System Red Green Blue C M Y K H S L
Decimal 180 68 27 0 0.62 0.85 0.29 16.08 0.74 0.41
Hex B4 44 1B 0 3E 55 1D 10 4A 29
Octal 264 104 33 0 76 125 35 20 112 51
Binary 10110100 1000100 11011 0 111110 1010101 11101 10000 1001010 101001

Color Harmonies of #B4441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4441B

Black with #B4441B

Text Example


Text Example

White with #B4441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4441B; }

 p { color: rgb(180,68,27); }

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

background-color css

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

 a { background-color: rgb(180,68,27); }

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

border-color css

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

 span { border-color: rgb(180,68,27); }

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