Html Css Color HEX #B03D20 Rust

📋 copy color: '#B03D20'

red 176 ◦ green 61 ◦ blue 32

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

Shades of Rust #B03D20

Tints of Rust #B03D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.68%

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

R = 65.43%
G = 22.68%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B03D20 (or 0xB03D20) is known color: Rust. HEX triplet: B0, 3D and 20. RGB value is (176,61,32). Sum of RGB (Red+Green+Blue) = 176+61+32=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D20 is #4FC2DF. Grayscale: #5C5C5C. Windows color (decimal): -5227232 or 2112944. OLE color: 2112944.

HSL color Cylindrical-coordinate representation of color #B03D20: hue angle of 12.08º 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 #B03D20 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 61 32 -
CMYK 0 0.65 0.82 0.31
HSL 12.08º 0.69% 0.41% -
HSV(B) 12.08º 0.82% 0.69% -
XYZ 19.83 12.67 2.77 -
YUV 92.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 176 61 32 0 0.65 0.82 0.31 12.08 0.69 0.41
Hex B0 3D 20 0 41 52 1F C 45 29
Octal 260 75 40 0 101 122 37 14 105 51
Binary 10110000 111101 100000 0 1000001 1010010 11111 1100 1000101 101001

Color Harmonies of #B03D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D20

Black with #B03D20

Text Example


Text Example

White with #B03D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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