Html Css Color HEX #B0451E Rust

📋 copy color: '#B0451E'

red 176 ◦ green 69 ◦ blue 30

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

Shades of Rust #B0451E

Tints of Rust #B0451E

RGB

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

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

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

R = 64%
G = 25.09%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0451E (or 0xB0451E) is known color: Rust. HEX triplet: B0, 45 and 1E. RGB value is (176,69,30). Sum of RGB (Red+Green+Blue) = 176+69+30=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0451E is #4FBAE1. Grayscale: #606060. Windows color (decimal): -5225186 or 1983920. OLE color: 1983920.

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

Color convert

RGB 176 69 30 -
CMYK 0 0.61 0.83 0.31
HSL 16.03º 0.71% 0.4% -
HSV(B) 16.03º 0.83% 0.69% -
XYZ 20.27 13.58 2.78 -
YUV 96.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 176 69 30 0 0.61 0.83 0.31 16.03 0.71 0.4
Hex B0 45 1E 0 3D 53 1F 10 47 28
Octal 260 105 36 0 75 123 37 20 107 50
Binary 10110000 1000101 11110 0 111101 1010011 11111 10000 1000111 101000

Color Harmonies of #B0451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0451E

Black with #B0451E

Text Example


Text Example

White with #B0451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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