Html Css Color HEX #B0450D Rust

📋 copy color: '#B0450D'

red 176 ◦ green 69 ◦ blue 13

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

Shades of Rust #B0450D

Tints of Rust #B0450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.04%

R = 68.22%
G = 26.74%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0450D (or 0xB0450D) is known color: Rust. HEX triplet: B0, 45 and 0D. RGB value is (176,69,13). Sum of RGB (Red+Green+Blue) = 176+69+13=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0450D is #4FBAF2. Grayscale: #5E5E5E. Windows color (decimal): -5225203 or 869808. OLE color: 869808.

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

Color convert

RGB 176 69 13 -
CMYK 0 0.61 0.93 0.31
HSL 20.61º 0.86% 0.37% -
HSV(B) 20.61º 0.93% 0.69% -
XYZ 20.11 13.52 1.93 -
YUV 94.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 176 69 13 0 0.61 0.93 0.31 20.61 0.86 0.37
Hex B0 45 D 0 3D 5D 1F 15 56 25
Octal 260 105 15 0 75 135 37 25 126 45
Binary 10110000 1000101 1101 0 111101 1011101 11111 10101 1010110 100101

Color Harmonies of #B0450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0450D

Black with #B0450D

Text Example


Text Example

White with #B0450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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