Html Css Color HEX #B0320E Rust

📋 copy color: '#B0320E'

red 176 ◦ green 50 ◦ blue 14

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

Shades of Rust #B0320E

Tints of Rust #B0320E

RGB

 RED value IS 176 (69.14% from 255) = 73.33%

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

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

R = 73.33%
G = 20.83%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0320E (or 0xB0320E) is known color: Rust. HEX triplet: B0, 32 and 0E. RGB value is (176,50,14). Sum of RGB (Red+Green+Blue) = 176+50+14=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B0320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0320E is #4FCDF1. Grayscale: #535353. Windows color (decimal): -5230066 or 930480. OLE color: 930480.

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

Color convert

RGB 176 50 14 -
CMYK 0 0.72 0.92 0.31
HSL 13.33º 0.85% 0.37% -
HSV(B) 13.33º 0.92% 0.69% -
XYZ 19.12 11.54 1.64 -
YUV 83.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 176 50 14 0 0.72 0.92 0.31 13.33 0.85 0.37
Hex B0 32 E 0 48 5C 1F D 55 25
Octal 260 62 16 0 110 134 37 15 125 45
Binary 10110000 110010 1110 0 1001000 1011100 11111 1101 1010101 100101

Color Harmonies of #B0320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0320E

Black with #B0320E

Text Example


Text Example

White with #B0320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0320E; }

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

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

background-color css

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

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

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

border-color css

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

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

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