Html Css Color HEX #B4490F Rust

📋 copy color: '#B4490F'

red 180 ◦ green 73 ◦ blue 15

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

Shades of Rust #B4490F

Tints of Rust #B4490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 15 (6.25% from 255) = 5.6%

R = 67.16%
G = 27.24%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4490F (or 0xB4490F) is known color: Rust. HEX triplet: B4, 49 and 0F. RGB value is (180,73,15). Sum of RGB (Red+Green+Blue) = 180+73+15=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B4490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4490F is #4BB6F0. Grayscale: #626262. Windows color (decimal): -4962033 or 1001908. OLE color: 1001908.

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

Color convert

RGB 180 73 15 -
CMYK 0 0.59 0.92 0.29
HSL 21.09º 0.85% 0.38% -
HSV(B) 21.09º 0.92% 0.71% -
XYZ 21.29 14.5 2.13 -
YUV 98.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 180 73 15 0 0.59 0.92 0.29 21.09 0.85 0.38
Hex B4 49 F 0 3B 5C 1D 15 55 26
Octal 264 111 17 0 73 134 35 25 125 46
Binary 10110100 1001001 1111 0 111011 1011100 11101 10101 1010101 100110

Color Harmonies of #B4490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4490F

Black with #B4490F

Text Example


Text Example

White with #B4490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4490F; }

 p { color: rgb(180,73,15); }

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

background-color css

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

 a { background-color: rgb(180,73,15); }

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

border-color css

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

 span { border-color: rgb(180,73,15); }

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