Html Css Color HEX #B2320E Rust

📋 copy color: '#B2320E'

red 178 ◦ green 50 ◦ blue 14

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

Shades of Rust #B2320E

Tints of Rust #B2320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 73.55%
G = 20.66%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2320E (or 0xB2320E) is known color: Rust. HEX triplet: B2, 32 and 0E. RGB value is (178,50,14). Sum of RGB (Red+Green+Blue) = 178+50+14=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2320E is #4DCDF1. Grayscale: #545454. Windows color (decimal): -5098994 or 930482. OLE color: 930482.

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

Color convert

RGB 178 50 14 -
CMYK 0 0.72 0.92 0.30
HSL 13.17º 0.85% 0.38% -
HSV(B) 13.17º 0.92% 0.7% -
XYZ 19.58 11.78 1.66 -
YUV 84.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 178 50 14 0 0.72 0.92 0.30 13.17 0.85 0.38
Hex B2 32 E 0 48 5C 1E D 55 26
Octal 262 62 16 0 110 134 36 15 125 46
Binary 10110010 110010 1110 0 1001000 1011100 11110 1101 1010101 100110

Color Harmonies of #B2320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2320E

Black with #B2320E

Text Example


Text Example

White with #B2320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2320E; }

 p { color: rgb(178,50,14); }

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

background-color css

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

 a { background-color: rgb(178,50,14); }

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

border-color css

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

 span { border-color: rgb(178,50,14); }

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