Html Css Color HEX #B03B1C Rust

📋 copy color: '#B03B1C'

red 176 ◦ green 59 ◦ blue 28

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

Shades of Rust #B03B1C

Tints of Rust #B03B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.43%

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

R = 66.92%
G = 22.43%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B03B1C (or 0xB03B1C) is known color: Rust. HEX triplet: B0, 3B and 1C. RGB value is (176,59,28). Sum of RGB (Red+Green+Blue) = 176+59+28=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03B1C is #4FC4E3. Grayscale: #5A5A5A. Windows color (decimal): -5227748 or 1850288. OLE color: 1850288.

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

Color convert

RGB 176 59 28 -
CMYK 0 0.66 0.84 0.31
HSL 12.57º 0.73% 0.4% -
HSV(B) 12.57º 0.84% 0.69% -
XYZ 19.68 12.44 2.46 -
YUV 90.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 176 59 28 0 0.66 0.84 0.31 12.57 0.73 0.4
Hex B0 3B 1C 0 42 54 1F D 49 28
Octal 260 73 34 0 102 124 37 15 111 50
Binary 10110000 111011 11100 0 1000010 1010100 11111 1101 1001001 101000

Color Harmonies of #B03B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03B1C

Black with #B03B1C

Text Example


Text Example

White with #B03B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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