Html Css Color HEX #B03706 Rust

📋 copy color: '#B03706'

red 176 ◦ green 55 ◦ blue 6

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

Shades of Rust #B03706

Tints of Rust #B03706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 6 (2.73% from 255) = 2.53%

R = 74.26%
G = 23.21%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B03706 (or 0xB03706) is known color: Rust. HEX triplet: B0, 37 and 06. RGB value is (176,55,6). Sum of RGB (Red+Green+Blue) = 176+55+6=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B03706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03706 is #4FC8F9. Grayscale: #555555. Windows color (decimal): -5228794 or 407472. OLE color: 407472.

HSL color Cylindrical-coordinate representation of color #B03706: hue angle of 17.29º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B03706 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 6 -
CMYK 0 0.69 0.97 0.31
HSL 17.29º 0.93% 0.36% -
HSV(B) 17.29º 0.97% 0.69% -
XYZ 19.3 11.98 1.47 -
YUV 85.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 176 55 6 0 0.69 0.97 0.31 17.29 0.93 0.36
Hex B0 37 6 0 45 61 1F 11 5D 24
Octal 260 67 6 0 105 141 37 21 135 44
Binary 10110000 110111 110 0 1000101 1100001 11111 10001 1011101 100100

Color Harmonies of #B03706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03706

Black with #B03706

Text Example


Text Example

White with #B03706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03706; }

 p { color: rgb(176,55,6); }

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

background-color css

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

 a { background-color: rgb(176,55,6); }

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

border-color css

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

 span { border-color: rgb(176,55,6); }

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