Html Css Color HEX #B04418 Rust

📋 copy color: '#B04418'

red 176 ◦ green 68 ◦ blue 24

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

Shades of Rust #B04418

Tints of Rust #B04418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 65.67%
G = 25.37%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B04418 (or 0xB04418) is known color: Rust. HEX triplet: B0, 44 and 18. RGB value is (176,68,24). Sum of RGB (Red+Green+Blue) = 176+68+24=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B04418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04418 is #4FBBE7. Grayscale: #5F5F5F. Windows color (decimal): -5225448 or 1590448. OLE color: 1590448.

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

Color convert

RGB 176 68 24 -
CMYK 0 0.61 0.86 0.31
HSL 17.37º 0.76% 0.39% -
HSV(B) 17.37º 0.86% 0.69% -
XYZ 20.14 13.43 2.4 -
YUV 95.28 87.78 185.58 -
System Red Green Blue C M Y K H S L
Decimal 176 68 24 0 0.61 0.86 0.31 17.37 0.76 0.39
Hex B0 44 18 0 3D 56 1F 11 4C 27
Octal 260 104 30 0 75 126 37 21 114 47
Binary 10110000 1000100 11000 0 111101 1010110 11111 10001 1001100 100111

Color Harmonies of #B04418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04418

Black with #B04418

Text Example


Text Example

White with #B04418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04418; }

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

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

background-color css

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

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

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

border-color css

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

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

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