Html Css Color HEX #B03614 Rust

📋 copy color: '#B03614'

red 176 ◦ green 54 ◦ blue 20

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

Shades of Rust #B03614

Tints of Rust #B03614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 70.4%
G = 21.6%
B = 8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B03614 (or 0xB03614) is known color: Rust. HEX triplet: B0, 36 and 14. RGB value is (176,54,20). Sum of RGB (Red+Green+Blue) = 176+54+20=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03614 is #4FC9EB. Grayscale: #565656. Windows color (decimal): -5229036 or 1324720. OLE color: 1324720.

HSL color Cylindrical-coordinate representation of color #B03614: hue angle of 13.08º degrees, saturation: 0.8, 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 #B03614 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 20 -
CMYK 0 0.69 0.89 0.31
HSL 13.08º 0.8% 0.38% -
HSV(B) 13.08º 0.89% 0.69% -
XYZ 19.35 11.92 1.94 -
YUV 86.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 176 54 20 0 0.69 0.89 0.31 13.08 0.8 0.38
Hex B0 36 14 0 45 59 1F D 50 26
Octal 260 66 24 0 105 131 37 15 120 46
Binary 10110000 110110 10100 0 1000101 1011001 11111 1101 1010000 100110

Color Harmonies of #B03614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03614

Black with #B03614

Text Example


Text Example

White with #B03614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03614; }

 p { color: rgb(176,54,20); }

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

background-color css

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

 a { background-color: rgb(176,54,20); }

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

border-color css

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

 span { border-color: rgb(176,54,20); }

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