Html Css Color HEX #B4440C Rust

📋 copy color: '#B4440C'

red 180 ◦ green 68 ◦ blue 12

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

Shades of Rust #B4440C

Tints of Rust #B4440C

RGB

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

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

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

R = 69.23%
G = 26.15%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4440C (or 0xB4440C) is known color: Rust. HEX triplet: B4, 44 and 0C. RGB value is (180,68,12). Sum of RGB (Red+Green+Blue) = 180+68+12=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B4440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4440C is #4BBBF3. Grayscale: #5F5F5F. Windows color (decimal): -4963316 or 804020. OLE color: 804020.

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

Color convert

RGB 180 68 12 -
CMYK 0 0.62 0.93 0.29
HSL 20º 0.88% 0.38% -
HSV(B) 20º 0.93% 0.71% -
XYZ 20.96 13.86 1.92 -
YUV 95.1 81.11 188.55 -
System Red Green Blue C M Y K H S L
Decimal 180 68 12 0 0.62 0.93 0.29 20 0.88 0.38
Hex B4 44 C 0 3E 5D 1D 14 58 26
Octal 264 104 14 0 76 135 35 24 130 46
Binary 10110100 1000100 1100 0 111110 1011101 11101 10100 1011000 100110

Color Harmonies of #B4440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4440C

Black with #B4440C

Text Example


Text Example

White with #B4440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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