Html Css Color HEX #B2461B Rust

📋 copy color: '#B2461B'

red 178 ◦ green 70 ◦ blue 27

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

Shades of Rust #B2461B

Tints of Rust #B2461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 64.73%
G = 25.45%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2461B (or 0xB2461B) is known color: Rust. HEX triplet: B2, 46 and 1B. RGB value is (178,70,27). Sum of RGB (Red+Green+Blue) = 178+70+27=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2461B is #4DB9E4. Grayscale: #616161. Windows color (decimal): -5093861 or 1787570. OLE color: 1787570.

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

Color convert

RGB 178 70 27 -
CMYK 0 0.61 0.85 0.30
HSL 17.09º 0.74% 0.4% -
HSV(B) 17.09º 0.85% 0.7% -
XYZ 20.75 13.92 2.63 -
YUV 97.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 178 70 27 0 0.61 0.85 0.30 17.09 0.74 0.4
Hex B2 46 1B 0 3D 55 1E 11 4A 28
Octal 262 106 33 0 75 125 36 21 112 50
Binary 10110010 1000110 11011 0 111101 1010101 11110 10001 1001010 101000

Color Harmonies of #B2461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2461B

Black with #B2461B

Text Example


Text Example

White with #B2461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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