Html Css Color HEX #B0431E Rust

📋 copy color: '#B0431E'

red 176 ◦ green 67 ◦ blue 30

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

Shades of Rust #B0431E

Tints of Rust #B0431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 64.47%
G = 24.54%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0431E (or 0xB0431E) is known color: Rust. HEX triplet: B0, 43 and 1E. RGB value is (176,67,30). Sum of RGB (Red+Green+Blue) = 176+67+30=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0431E is #4FBCE1. Grayscale: #5F5F5F. Windows color (decimal): -5225698 or 1983408. OLE color: 1983408.

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

Color convert

RGB 176 67 30 -
CMYK 0 0.62 0.83 0.31
HSL 15.21º 0.71% 0.4% -
HSV(B) 15.21º 0.83% 0.69% -
XYZ 20.15 13.34 2.74 -
YUV 95.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 176 67 30 0 0.62 0.83 0.31 15.21 0.71 0.4
Hex B0 43 1E 0 3E 53 1F F 47 28
Octal 260 103 36 0 76 123 37 17 107 50
Binary 10110000 1000011 11110 0 111110 1010011 11111 1111 1000111 101000

Color Harmonies of #B0431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0431E

Black with #B0431E

Text Example


Text Example

White with #B0431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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