Html Css Color HEX #B0390A Rust

📋 copy color: '#B0390A'

red 176 ◦ green 57 ◦ blue 10

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

Shades of Rust #B0390A

Tints of Rust #B0390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 72.43%
G = 23.46%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0390A (or 0xB0390A) is known color: Rust. HEX triplet: B0, 39 and 0A. RGB value is (176,57,10). Sum of RGB (Red+Green+Blue) = 176+57+10=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B0390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0390A is #4FC6F5. Grayscale: #575757. Windows color (decimal): -5228278 or 670128. OLE color: 670128.

HSL color Cylindrical-coordinate representation of color #B0390A: hue angle of 16.99º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0390A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 10 -
CMYK 0 0.68 0.94 0.31
HSL 16.99º 0.89% 0.36% -
HSV(B) 16.99º 0.94% 0.69% -
XYZ 19.42 12.18 1.61 -
YUV 87.22 84.42 191.32 -
System Red Green Blue C M Y K H S L
Decimal 176 57 10 0 0.68 0.94 0.31 16.99 0.89 0.36
Hex B0 39 A 0 44 5E 1F 11 59 24
Octal 260 71 12 0 104 136 37 21 131 44
Binary 10110000 111001 1010 0 1000100 1011110 11111 10001 1011001 100100

Color Harmonies of #B0390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0390A

Black with #B0390A

Text Example


Text Example

White with #B0390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0390A; }

 p { color: rgb(176,57,10); }

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

background-color css

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

 a { background-color: rgb(176,57,10); }

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

border-color css

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

 span { border-color: rgb(176,57,10); }

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