Html Css Color HEX #B2391E Rust

📋 copy color: '#B2391E'

red 178 ◦ green 57 ◦ blue 30

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

Shades of Rust #B2391E

Tints of Rust #B2391E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 67.17%
G = 21.51%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2391E (or 0xB2391E) is known color: Rust. HEX triplet: B2, 39 and 1E. RGB value is (178,57,30). Sum of RGB (Red+Green+Blue) = 178+57+30=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B2391E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2391E is #4DC6E1. Grayscale: #5A5A5A. Windows color (decimal): -5097186 or 1980850. OLE color: 1980850.

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

Color convert

RGB 178 57 30 -
CMYK 0 0.68 0.83 0.30
HSL 10.95º 0.71% 0.41% -
HSV(B) 10.95º 0.83% 0.7% -
XYZ 20.06 12.48 2.58 -
YUV 90.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 178 57 30 0 0.68 0.83 0.30 10.95 0.71 0.41
Hex B2 39 1E 0 44 53 1E B 47 29
Octal 262 71 36 0 104 123 36 13 107 51
Binary 10110010 111001 11110 0 1000100 1010011 11110 1011 1000111 101001

Color Harmonies of #B2391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2391E

Black with #B2391E

Text Example


Text Example

White with #B2391E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2391E; }

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

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

background-color css

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

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

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

border-color css

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

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

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