Html Css Color HEX #B04715 Rust

📋 copy color: '#B04715'

red 176 ◦ green 71 ◦ blue 21

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

Shades of Rust #B04715

Tints of Rust #B04715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

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

R = 65.67%
G = 26.49%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B04715 (or 0xB04715) is known color: Rust. HEX triplet: B0, 47 and 15. RGB value is (176,71,21). Sum of RGB (Red+Green+Blue) = 176+71+21=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B04715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04715 is #4FB8EA. Grayscale: #616161. Windows color (decimal): -5224683 or 1394608. OLE color: 1394608.

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

Color convert

RGB 176 71 21 -
CMYK 0 0.60 0.88 0.31
HSL 19.35º 0.79% 0.39% -
HSV(B) 19.35º 0.88% 0.69% -
XYZ 20.29 13.79 2.3 -
YUV 96.7 85.29 184.57 -
System Red Green Blue C M Y K H S L
Decimal 176 71 21 0 0.60 0.88 0.31 19.35 0.79 0.39
Hex B0 47 15 0 3C 58 1F 13 4F 27
Octal 260 107 25 0 74 130 37 23 117 47
Binary 10110000 1000111 10101 0 111100 1011000 11111 10011 1001111 100111

Color Harmonies of #B04715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04715

Black with #B04715

Text Example


Text Example

White with #B04715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04715; }

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

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

background-color css

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

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

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

border-color css

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

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

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