Html Css Color HEX #B0451C Rust

📋 copy color: '#B0451C'

red 176 ◦ green 69 ◦ blue 28

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

Shades of Rust #B0451C

Tints of Rust #B0451C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 64.47%
G = 25.27%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0451C (or 0xB0451C) is known color: Rust. HEX triplet: B0, 45 and 1C. RGB value is (176,69,28). Sum of RGB (Red+Green+Blue) = 176+69+28=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0451C is #4FBAE3. Grayscale: #606060. Windows color (decimal): -5225188 or 1852848. OLE color: 1852848.

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

Color convert

RGB 176 69 28 -
CMYK 0 0.61 0.84 0.31
HSL 16.62º 0.73% 0.4% -
HSV(B) 16.62º 0.84% 0.69% -
XYZ 20.24 13.57 2.65 -
YUV 96.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 176 69 28 0 0.61 0.84 0.31 16.62 0.73 0.4
Hex B0 45 1C 0 3D 54 1F 11 49 28
Octal 260 105 34 0 75 124 37 21 111 50
Binary 10110000 1000101 11100 0 111101 1010100 11111 10001 1001001 101000

Color Harmonies of #B0451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0451C

Black with #B0451C

Text Example


Text Example

White with #B0451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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