Html Css Color HEX #B0450E Rust

📋 copy color: '#B0450E'

red 176 ◦ green 69 ◦ blue 14

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

Shades of Rust #B0450E

Tints of Rust #B0450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 67.95%
G = 26.64%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0450E (or 0xB0450E) is known color: Rust. HEX triplet: B0, 45 and 0E. RGB value is (176,69,14). Sum of RGB (Red+Green+Blue) = 176+69+14=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0450E is #4FBAF1. Grayscale: #5F5F5F. Windows color (decimal): -5225202 or 935344. OLE color: 935344.

HSL color Cylindrical-coordinate representation of color #B0450E: hue angle of 20.37º 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 #B0450E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 14 -
CMYK 0 0.61 0.92 0.31
HSL 20.37º 0.85% 0.37% -
HSV(B) 20.37º 0.92% 0.69% -
XYZ 20.11 13.52 1.96 -
YUV 94.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 176 69 14 0 0.61 0.92 0.31 20.37 0.85 0.37
Hex B0 45 E 0 3D 5C 1F 14 55 25
Octal 260 105 16 0 75 134 37 24 125 45
Binary 10110000 1000101 1110 0 111101 1011100 11111 10100 1010101 100101

Color Harmonies of #B0450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0450E

Black with #B0450E

Text Example


Text Example

White with #B0450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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