Html Css Color HEX #B0290C Rust

📋 copy color: '#B0290C'

red 176 ◦ green 41 ◦ blue 12

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

Shades of Rust #B0290C

Tints of Rust #B0290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 76.86%
G = 17.9%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0290C (or 0xB0290C) is known color: Rust. HEX triplet: B0, 29 and 0C. RGB value is (176,41,12). Sum of RGB (Red+Green+Blue) = 176+41+12=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B0290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0290C is #4FD6F3. Grayscale: #4E4E4E. Windows color (decimal): -5232372 or 797104. OLE color: 797104.

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

Color convert

RGB 176 41 12 -
CMYK 0 0.77 0.93 0.31
HSL 10.61º 0.87% 0.37% -
HSV(B) 10.61º 0.93% 0.69% -
XYZ 18.76 10.84 1.45 -
YUV 78.06 90.73 197.86 -
System Red Green Blue C M Y K H S L
Decimal 176 41 12 0 0.77 0.93 0.31 10.61 0.87 0.37
Hex B0 29 C 0 4D 5D 1F B 57 25
Octal 260 51 14 0 115 135 37 13 127 45
Binary 10110000 101001 1100 0 1001101 1011101 11111 1011 1010111 100101

Color Harmonies of #B0290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0290C

Black with #B0290C

Text Example


Text Example

White with #B0290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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