Html Css Color HEX #B03F20 Rust

📋 copy color: '#B03F20'

red 176 ◦ green 63 ◦ blue 32

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

Shades of Rust #B03F20

Tints of Rust #B03F20

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 64.94%
G = 23.25%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B03F20 (or 0xB03F20) is known color: Rust. HEX triplet: B0, 3F and 20. RGB value is (176,63,32). Sum of RGB (Red+Green+Blue) = 176+63+32=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F20 is #4FC0DF. Grayscale: #5D5D5D. Windows color (decimal): -5226720 or 2113456. OLE color: 2113456.

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

Color convert

RGB 176 63 32 -
CMYK 0 0.64 0.82 0.31
HSL 12.92º 0.69% 0.41% -
HSV(B) 12.92º 0.82% 0.69% -
XYZ 19.94 12.89 2.8 -
YUV 93.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 176 63 32 0 0.64 0.82 0.31 12.92 0.69 0.41
Hex B0 3F 20 0 40 52 1F D 45 29
Octal 260 77 40 0 100 122 37 15 105 51
Binary 10110000 111111 100000 0 1000000 1010010 11111 1101 1000101 101001

Color Harmonies of #B03F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F20

Black with #B03F20

Text Example


Text Example

White with #B03F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F20; }

 p { color: rgb(176,63,32); }

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

background-color css

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

 a { background-color: rgb(176,63,32); }

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

border-color css

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

 span { border-color: rgb(176,63,32); }

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