Html Css Color HEX #B0431B Rust

📋 copy color: '#B0431B'

red 176 ◦ green 67 ◦ blue 27

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

Shades of Rust #B0431B

Tints of Rust #B0431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 27 (10.94% from 255) = 10%

R = 65.19%
G = 24.81%
B = 10%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0431B (or 0xB0431B) is known color: Rust. HEX triplet: B0, 43 and 1B. RGB value is (176,67,27). Sum of RGB (Red+Green+Blue) = 176+67+27=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0431B is #4FBCE4. Grayscale: #5F5F5F. Windows color (decimal): -5225701 or 1786800. OLE color: 1786800.

HSL color Cylindrical-coordinate representation of color #B0431B: hue angle of 16.11º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0431B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 27 -
CMYK 0 0.62 0.85 0.31
HSL 16.11º 0.73% 0.4% -
HSV(B) 16.11º 0.85% 0.69% -
XYZ 20.11 13.32 2.55 -
YUV 95.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 176 67 27 0 0.62 0.85 0.31 16.11 0.73 0.4
Hex B0 43 1B 0 3E 55 1F 10 49 28
Octal 260 103 33 0 76 125 37 20 111 50
Binary 10110000 1000011 11011 0 111110 1010101 11111 10000 1001001 101000

Color Harmonies of #B0431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0431B

Black with #B0431B

Text Example


Text Example

White with #B0431B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0431B; }

 p { color: rgb(176,67,27); }

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

background-color css

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

 a { background-color: rgb(176,67,27); }

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

border-color css

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

 span { border-color: rgb(176,67,27); }

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