Html Css Color HEX #B04411 Rust

📋 copy color: '#B04411'

red 176 ◦ green 68 ◦ blue 17

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

Shades of Rust #B04411

Tints of Rust #B04411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 67.43%
G = 26.05%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B04411 (or 0xB04411) is known color: Rust. HEX triplet: B0, 44 and 11. RGB value is (176,68,17). Sum of RGB (Red+Green+Blue) = 176+68+17=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B04411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04411 is #4FBBEE. Grayscale: #5E5E5E. Windows color (decimal): -5225455 or 1131696. OLE color: 1131696.

HSL color Cylindrical-coordinate representation of color #B04411: hue angle of 19.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B04411 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 17 -
CMYK 0 0.61 0.90 0.31
HSL 19.25º 0.82% 0.38% -
HSV(B) 19.25º 0.9% 0.69% -
XYZ 20.07 13.4 2.06 -
YUV 94.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 176 68 17 0 0.61 0.90 0.31 19.25 0.82 0.38
Hex B0 44 11 0 3D 5A 1F 13 52 26
Octal 260 104 21 0 75 132 37 23 122 46
Binary 10110000 1000100 10001 0 111101 1011010 11111 10011 1010010 100110

Color Harmonies of #B04411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04411

Black with #B04411

Text Example


Text Example

White with #B04411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04411; }

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

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

background-color css

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

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

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

border-color css

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

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

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