Html Css Color HEX #B2490F Rust

📋 copy color: '#B2490F'

red 178 ◦ green 73 ◦ blue 15

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

Shades of Rust #B2490F

Tints of Rust #B2490F

RGB

 RED value IS 178 (69.92% from 255) = 66.92%

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

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

R = 66.92%
G = 27.44%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2490F (or 0xB2490F) is known color: Rust. HEX triplet: B2, 49 and 0F. RGB value is (178,73,15). Sum of RGB (Red+Green+Blue) = 178+73+15=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B2490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2490F is #4DB6F0. Grayscale: #626262. Windows color (decimal): -5093105 or 1001906. OLE color: 1001906.

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

Color convert

RGB 178 73 15 -
CMYK 0 0.59 0.92 0.30
HSL 21.35º 0.84% 0.38% -
HSV(B) 21.35º 0.92% 0.7% -
XYZ 20.83 14.26 2.11 -
YUV 97.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 178 73 15 0 0.59 0.92 0.30 21.35 0.84 0.38
Hex B2 49 F 0 3B 5C 1E 15 54 26
Octal 262 111 17 0 73 134 36 25 124 46
Binary 10110010 1001001 1111 0 111011 1011100 11110 10101 1010100 100110

Color Harmonies of #B2490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2490F

Black with #B2490F

Text Example


Text Example

White with #B2490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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