Html Css Color HEX #B0451A Rust

📋 copy color: '#B0451A'

red 176 ◦ green 69 ◦ blue 26

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

Shades of Rust #B0451A

Tints of Rust #B0451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 64.94%
G = 25.46%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0451A (or 0xB0451A) is known color: Rust. HEX triplet: B0, 45 and 1A. RGB value is (176,69,26). Sum of RGB (Red+Green+Blue) = 176+69+26=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0451A is #4FBAE5. Grayscale: #606060. Windows color (decimal): -5225190 or 1721776. OLE color: 1721776.

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

Color convert

RGB 176 69 26 -
CMYK 0 0.61 0.85 0.31
HSL 17.2º 0.74% 0.4% -
HSV(B) 17.2º 0.85% 0.69% -
XYZ 20.22 13.56 2.53 -
YUV 96.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 176 69 26 0 0.61 0.85 0.31 17.2 0.74 0.4
Hex B0 45 1A 0 3D 55 1F 11 4A 28
Octal 260 105 32 0 75 125 37 21 112 50
Binary 10110000 1000101 11010 0 111101 1010101 11111 10001 1001010 101000

Color Harmonies of #B0451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0451A

Black with #B0451A

Text Example


Text Example

White with #B0451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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