Html Css Color HEX #B2461E Rust

📋 copy color: '#B2461E'

red 178 ◦ green 70 ◦ blue 30

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

Shades of Rust #B2461E

Tints of Rust #B2461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 64.03%
G = 25.18%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2461E (or 0xB2461E) is known color: Rust. HEX triplet: B2, 46 and 1E. RGB value is (178,70,30). Sum of RGB (Red+Green+Blue) = 178+70+30=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2461E is #4DB9E1. Grayscale: #616161. Windows color (decimal): -5093858 or 1984178. OLE color: 1984178.

HSL color Cylindrical-coordinate representation of color #B2461E: hue angle of 16.22º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2461E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 30 -
CMYK 0 0.61 0.83 0.30
HSL 16.22º 0.71% 0.41% -
HSV(B) 16.22º 0.83% 0.7% -
XYZ 20.78 13.94 2.82 -
YUV 97.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 178 70 30 0 0.61 0.83 0.30 16.22 0.71 0.41
Hex B2 46 1E 0 3D 53 1E 10 47 29
Octal 262 106 36 0 75 123 36 20 107 51
Binary 10110010 1000110 11110 0 111101 1010011 11110 10000 1000111 101001

Color Harmonies of #B2461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2461E

Black with #B2461E

Text Example


Text Example

White with #B2461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2461E; }

 p { color: rgb(178,70,30); }

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

background-color css

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

 a { background-color: rgb(178,70,30); }

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

border-color css

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

 span { border-color: rgb(178,70,30); }

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