Html Css Color HEX #B03507 Rust

📋 copy color: '#B03507'

red 176 ◦ green 53 ◦ blue 7

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

Shades of Rust #B03507

Tints of Rust #B03507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 74.58%
G = 22.46%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B03507 (or 0xB03507) is known color: Rust. HEX triplet: B0, 35 and 07. RGB value is (176,53,7). Sum of RGB (Red+Green+Blue) = 176+53+7=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B03507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03507 is #4FCAF8. Grayscale: #545454. Windows color (decimal): -5229305 or 472496. OLE color: 472496.

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

Color convert

RGB 176 53 7 -
CMYK 0 0.70 0.96 0.31
HSL 16.33º 0.92% 0.36% -
HSV(B) 16.33º 0.96% 0.69% -
XYZ 19.22 11.79 1.46 -
YUV 84.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 176 53 7 0 0.70 0.96 0.31 16.33 0.92 0.36
Hex B0 35 7 0 46 60 1F 10 5C 24
Octal 260 65 7 0 106 140 37 20 134 44
Binary 10110000 110101 111 0 1000110 1100000 11111 10000 1011100 100100

Color Harmonies of #B03507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03507

Black with #B03507

Text Example


Text Example

White with #B03507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03507; }

 p { color: rgb(176,53,7); }

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

background-color css

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

 a { background-color: rgb(176,53,7); }

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

border-color css

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

 span { border-color: rgb(176,53,7); }

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