Html Css Color HEX #B0400C Rust

📋 copy color: '#B0400C'

red 176 ◦ green 64 ◦ blue 12

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

Shades of Rust #B0400C

Tints of Rust #B0400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 69.84%
G = 25.4%
B = 4.76%

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

#B0400C (or 0xB0400C) is known color: Rust. HEX triplet: B0, 40 and 0C. RGB value is (176,64,12). Sum of RGB (Red+Green+Blue) = 176+64+12=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B0400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0400C is #4FBFF3. Grayscale: #5B5B5B. Windows color (decimal): -5226484 or 802992. OLE color: 802992.

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

Color convert

RGB 176 64 12 -
CMYK 0 0.64 0.93 0.31
HSL 19.02º 0.87% 0.37% -
HSV(B) 19.02º 0.93% 0.69% -
XYZ 19.8 12.92 1.8 -
YUV 91.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 176 64 12 0 0.64 0.93 0.31 19.02 0.87 0.37
Hex B0 40 C 0 40 5D 1F 13 57 25
Octal 260 100 14 0 100 135 37 23 127 45
Binary 10110000 1000000 1100 0 1000000 1011101 11111 10011 1010111 100101

Color Harmonies of #B0400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0400C

Black with #B0400C

Text Example


Text Example

White with #B0400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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