Html Css Color HEX #B2411B Rust

📋 copy color: '#B2411B'

red 178 ◦ green 65 ◦ blue 27

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

Shades of Rust #B2411B

Tints of Rust #B2411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 65.93%
G = 24.07%
B = 10%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2411B (or 0xB2411B) is known color: Rust. HEX triplet: B2, 41 and 1B. RGB value is (178,65,27). Sum of RGB (Red+Green+Blue) = 178+65+27=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B2411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2411B is #4DBEE4. Grayscale: #5E5E5E. Windows color (decimal): -5095141 or 1786290. OLE color: 1786290.

HSL color Cylindrical-coordinate representation of color #B2411B: hue angle of 15.1º 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 #B2411B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 27 -
CMYK 0 0.63 0.85 0.30
HSL 15.1º 0.74% 0.4% -
HSV(B) 15.1º 0.85% 0.7% -
XYZ 20.45 13.32 2.53 -
YUV 94.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 178 65 27 0 0.63 0.85 0.30 15.1 0.74 0.4
Hex B2 41 1B 0 3F 55 1E F 4A 28
Octal 262 101 33 0 77 125 36 17 112 50
Binary 10110010 1000001 11011 0 111111 1010101 11110 1111 1001010 101000

Color Harmonies of #B2411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2411B

Black with #B2411B

Text Example


Text Example

White with #B2411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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