Html Css Color HEX #B2391D Rust

📋 copy color: '#B2391D'

red 178 ◦ green 57 ◦ blue 29

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

Shades of Rust #B2391D

Tints of Rust #B2391D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 67.42%
G = 21.59%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2391D (or 0xB2391D) is known color: Rust. HEX triplet: B2, 39 and 1D. RGB value is (178,57,29). Sum of RGB (Red+Green+Blue) = 178+57+29=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B2391D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2391D is #4DC6E2. Grayscale: #5A5A5A. Windows color (decimal): -5097187 or 1915314. OLE color: 1915314.

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

Color convert

RGB 178 57 29 -
CMYK 0 0.68 0.84 0.30
HSL 11.28º 0.72% 0.41% -
HSV(B) 11.28º 0.84% 0.7% -
XYZ 20.05 12.48 2.51 -
YUV 89.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 178 57 29 0 0.68 0.84 0.30 11.28 0.72 0.41
Hex B2 39 1D 0 44 54 1E B 48 29
Octal 262 71 35 0 104 124 36 13 110 51
Binary 10110010 111001 11101 0 1000100 1010100 11110 1011 1001000 101001

Color Harmonies of #B2391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2391D

Black with #B2391D

Text Example


Text Example

White with #B2391D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2391D; }

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

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

background-color css

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

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

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

border-color css

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

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

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