Html Css Color HEX #B2461C Rust

📋 copy color: '#B2461C'

red 178 ◦ green 70 ◦ blue 28

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

Shades of Rust #B2461C

Tints of Rust #B2461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 64.49%
G = 25.36%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2461C (or 0xB2461C) is known color: Rust. HEX triplet: B2, 46 and 1C. RGB value is (178,70,28). Sum of RGB (Red+Green+Blue) = 178+70+28=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2461C is #4DB9E3. Grayscale: #616161. Windows color (decimal): -5093860 or 1853106. OLE color: 1853106.

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

Color convert

RGB 178 70 28 -
CMYK 0 0.61 0.84 0.30
HSL 16.8º 0.73% 0.4% -
HSV(B) 16.8º 0.84% 0.7% -
XYZ 20.76 13.93 2.69 -
YUV 97.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 178 70 28 0 0.61 0.84 0.30 16.8 0.73 0.4
Hex B2 46 1C 0 3D 54 1E 11 49 28
Octal 262 106 34 0 75 124 36 21 111 50
Binary 10110010 1000110 11100 0 111101 1010100 11110 10001 1001001 101000

Color Harmonies of #B2461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2461C

Black with #B2461C

Text Example


Text Example

White with #B2461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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