Html Css Color HEX #B0500D Rust

📋 copy color: '#B0500D'

red 176 ◦ green 80 ◦ blue 13

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

Shades of Rust #B0500D

Tints of Rust #B0500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

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

R = 65.43%
G = 29.74%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0500D (or 0xB0500D) is known color: Rust. HEX triplet: B0, 50 and 0D. RGB value is (176,80,13). Sum of RGB (Red+Green+Blue) = 176+80+13=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0500D is #4FAFF2. Grayscale: #656565. Windows color (decimal): -5222387 or 872624. OLE color: 872624.

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

Color convert

RGB 176 80 13 -
CMYK 0 0.55 0.93 0.31
HSL 24.66º 0.86% 0.37% -
HSV(B) 24.66º 0.93% 0.69% -
XYZ 20.85 15 2.18 -
YUV 101.07 78.3 181.45 -
System Red Green Blue C M Y K H S L
Decimal 176 80 13 0 0.55 0.93 0.31 24.66 0.86 0.37
Hex B0 50 D 0 37 5D 1F 19 56 25
Octal 260 120 15 0 67 135 37 31 126 45
Binary 10110000 1010000 1101 0 110111 1011101 11111 11001 1010110 100101

Color Harmonies of #B0500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0500D

Black with #B0500D

Text Example


Text Example

White with #B0500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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