Html Css Color HEX #B04413 Rust

📋 copy color: '#B04413'

red 176 ◦ green 68 ◦ blue 19

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

Shades of Rust #B04413

Tints of Rust #B04413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 66.92%
G = 25.86%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B04413 (or 0xB04413) is known color: Rust. HEX triplet: B0, 44 and 13. RGB value is (176,68,19). Sum of RGB (Red+Green+Blue) = 176+68+19=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B04413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04413 is #4FBBEC. Grayscale: #5F5F5F. Windows color (decimal): -5225453 or 1262768. OLE color: 1262768.

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

Color convert

RGB 176 68 19 -
CMYK 0 0.61 0.89 0.31
HSL 18.73º 0.81% 0.38% -
HSV(B) 18.73º 0.89% 0.69% -
XYZ 20.09 13.41 2.15 -
YUV 94.71 85.28 185.98 -
System Red Green Blue C M Y K H S L
Decimal 176 68 19 0 0.61 0.89 0.31 18.73 0.81 0.38
Hex B0 44 13 0 3D 59 1F 13 51 26
Octal 260 104 23 0 75 131 37 23 121 46
Binary 10110000 1000100 10011 0 111101 1011001 11111 10011 1010001 100110

Color Harmonies of #B04413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04413

Black with #B04413

Text Example


Text Example

White with #B04413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04413; }

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

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

background-color css

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

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

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

border-color css

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

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

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