Html Css Color HEX #B0431A Rust

📋 copy color: '#B0431A'

red 176 ◦ green 67 ◦ blue 26

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

Shades of Rust #B0431A

Tints of Rust #B0431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 65.43%
G = 24.91%
B = 9.67%

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

#B0431A (or 0xB0431A) is known color: Rust. HEX triplet: B0, 43 and 1A. RGB value is (176,67,26). Sum of RGB (Red+Green+Blue) = 176+67+26=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0431A is #4FBCE5. Grayscale: #5F5F5F. Windows color (decimal): -5225702 or 1721264. OLE color: 1721264.

HSL color Cylindrical-coordinate representation of color #B0431A: hue angle of 16.4º degrees, saturation: 0.74, 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 #B0431A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 26 -
CMYK 0 0.62 0.85 0.31
HSL 16.4º 0.74% 0.4% -
HSV(B) 16.4º 0.85% 0.69% -
XYZ 20.1 13.32 2.49 -
YUV 94.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 176 67 26 0 0.62 0.85 0.31 16.4 0.74 0.4
Hex B0 43 1A 0 3E 55 1F 10 4A 28
Octal 260 103 32 0 76 125 37 20 112 50
Binary 10110000 1000011 11010 0 111110 1010101 11111 10000 1001010 101000

Color Harmonies of #B0431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0431A

Black with #B0431A

Text Example


Text Example

White with #B0431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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