Html Css Color HEX #B2391B Rust

📋 copy color: '#B2391B'

red 178 ◦ green 57 ◦ blue 27

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

Shades of Rust #B2391B

Tints of Rust #B2391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.76%

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

R = 67.94%
G = 21.76%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2391B (or 0xB2391B) is known color: Rust. HEX triplet: B2, 39 and 1B. RGB value is (178,57,27). Sum of RGB (Red+Green+Blue) = 178+57+27=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2391B is #4DC6E4. Grayscale: #5A5A5A. Windows color (decimal): -5097189 or 1784242. OLE color: 1784242.

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

Color convert

RGB 178 57 27 -
CMYK 0 0.68 0.85 0.30
HSL 11.92º 0.74% 0.4% -
HSV(B) 11.92º 0.85% 0.7% -
XYZ 20.02 12.47 2.39 -
YUV 89.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 178 57 27 0 0.68 0.85 0.30 11.92 0.74 0.4
Hex B2 39 1B 0 44 55 1E C 4A 28
Octal 262 71 33 0 104 125 36 14 112 50
Binary 10110010 111001 11011 0 1000100 1010101 11110 1100 1001010 101000

Color Harmonies of #B2391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2391B

Black with #B2391B

Text Example


Text Example

White with #B2391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2391B; }

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

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

background-color css

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

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

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

border-color css

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

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

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