Html Css Color HEX #B03703 Rust

📋 copy color: '#B03703'

red 176 ◦ green 55 ◦ blue 3

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

Shades of Rust #B03703

Tints of Rust #B03703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 75.21%
G = 23.5%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B03703 (or 0xB03703) is known color: Rust. HEX triplet: B0, 37 and 03. RGB value is (176,55,3). Sum of RGB (Red+Green+Blue) = 176+55+3=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B03703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03703 is #4FC8FC. Grayscale: #555555. Windows color (decimal): -5228797 or 210864. OLE color: 210864.

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

Color convert

RGB 176 55 3 -
CMYK 0 0.69 0.98 0.31
HSL 18.03º 0.97% 0.35% -
HSV(B) 18.03º 0.98% 0.69% -
XYZ 19.29 11.97 1.38 -
YUV 85.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 176 55 3 0 0.69 0.98 0.31 18.03 0.97 0.35
Hex B0 37 3 0 45 62 1F 12 61 23
Octal 260 67 3 0 105 142 37 22 141 43
Binary 10110000 110111 11 0 1000101 1100010 11111 10010 1100001 100011

Color Harmonies of #B03703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03703

Black with #B03703

Text Example


Text Example

White with #B03703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03703; }

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

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

background-color css

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

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

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

border-color css

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

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

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