Html Css Color HEX #B0400D Rust

📋 copy color: '#B0400D'

red 176 ◦ green 64 ◦ blue 13

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

Shades of Rust #B0400D

Tints of Rust #B0400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 69.57%
G = 25.3%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0400D (or 0xB0400D) is known color: Rust. HEX triplet: B0, 40 and 0D. RGB value is (176,64,13). Sum of RGB (Red+Green+Blue) = 176+64+13=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0400D is #4FBFF2. Grayscale: #5B5B5B. Windows color (decimal): -5226483 or 868528. OLE color: 868528.

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

Color convert

RGB 176 64 13 -
CMYK 0 0.64 0.93 0.31
HSL 18.77º 0.86% 0.37% -
HSV(B) 18.77º 0.93% 0.69% -
XYZ 19.81 12.93 1.83 -
YUV 91.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 176 64 13 0 0.64 0.93 0.31 18.77 0.86 0.37
Hex B0 40 D 0 40 5D 1F 13 56 25
Octal 260 100 15 0 100 135 37 23 126 45
Binary 10110000 1000000 1101 0 1000000 1011101 11111 10011 1010110 100101

Color Harmonies of #B0400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0400D

Black with #B0400D

Text Example


Text Example

White with #B0400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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