Html Css Color HEX #B0441E Rust

📋 copy color: '#B0441E'

red 176 ◦ green 68 ◦ blue 30

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

Shades of Rust #B0441E

Tints of Rust #B0441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.82%

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

R = 64.23%
G = 24.82%
B = 10.95%

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

#B0441E (or 0xB0441E) is known color: Rust. HEX triplet: B0, 44 and 1E. RGB value is (176,68,30). Sum of RGB (Red+Green+Blue) = 176+68+30=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0441E is #4FBBE1. Grayscale: #606060. Windows color (decimal): -5225442 or 1983664. OLE color: 1983664.

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

Color convert

RGB 176 68 30 -
CMYK 0 0.61 0.83 0.31
HSL 15.62º 0.71% 0.4% -
HSV(B) 15.62º 0.83% 0.69% -
XYZ 20.21 13.46 2.76 -
YUV 95.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 176 68 30 0 0.61 0.83 0.31 15.62 0.71 0.4
Hex B0 44 1E 0 3D 53 1F 10 47 28
Octal 260 104 36 0 75 123 37 20 107 50
Binary 10110000 1000100 11110 0 111101 1010011 11111 10000 1000111 101000

Color Harmonies of #B0441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0441E

Black with #B0441E

Text Example


Text Example

White with #B0441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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