Html Css Color HEX #B03D1C Rust

📋 copy color: '#B03D1C'

red 176 ◦ green 61 ◦ blue 28

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

Shades of Rust #B03D1C

Tints of Rust #B03D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 66.42%
G = 23.02%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B03D1C (or 0xB03D1C) is known color: Rust. HEX triplet: B0, 3D and 1C. RGB value is (176,61,28). Sum of RGB (Red+Green+Blue) = 176+61+28=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D1C is #4FC2E3. Grayscale: #5B5B5B. Windows color (decimal): -5227236 or 1850800. OLE color: 1850800.

HSL color Cylindrical-coordinate representation of color #B03D1C: hue angle of 13.38º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B03D1C is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 61 28 -
CMYK 0 0.65 0.84 0.31
HSL 13.38º 0.73% 0.4% -
HSV(B) 13.38º 0.84% 0.69% -
XYZ 19.78 12.65 2.5 -
YUV 91.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 176 61 28 0 0.65 0.84 0.31 13.38 0.73 0.4
Hex B0 3D 1C 0 41 54 1F D 49 28
Octal 260 75 34 0 101 124 37 15 111 50
Binary 10110000 111101 11100 0 1000001 1010100 11111 1101 1001001 101000

Color Harmonies of #B03D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D1C

Black with #B03D1C

Text Example


Text Example

White with #B03D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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