Html Css Color HEX #B04015 Rust

📋 copy color: '#B04015'

red 176 ◦ green 64 ◦ blue 21

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

Shades of Rust #B04015

Tints of Rust #B04015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 67.43%
G = 24.52%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B04015 (or 0xB04015) is known color: Rust. HEX triplet: B0, 40 and 15. RGB value is (176,64,21). Sum of RGB (Red+Green+Blue) = 176+64+21=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B04015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04015 is #4FBFEA. Grayscale: #5C5C5C. Windows color (decimal): -5226475 or 1392816. OLE color: 1392816.

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

Color convert

RGB 176 64 21 -
CMYK 0 0.64 0.88 0.31
HSL 16.65º 0.79% 0.39% -
HSV(B) 16.65º 0.88% 0.69% -
XYZ 19.87 12.95 2.16 -
YUV 92.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 176 64 21 0 0.64 0.88 0.31 16.65 0.79 0.39
Hex B0 40 15 0 40 58 1F 11 4F 27
Octal 260 100 25 0 100 130 37 21 117 47
Binary 10110000 1000000 10101 0 1000000 1011000 11111 10001 1001111 100111

Color Harmonies of #B04015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04015

Black with #B04015

Text Example


Text Example

White with #B04015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04015; }

 p { color: rgb(176,64,21); }

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

background-color css

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

 a { background-color: rgb(176,64,21); }

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

border-color css

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

 span { border-color: rgb(176,64,21); }

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