Html Css Color HEX #B03C1C Rust

📋 copy color: '#B03C1C'

red 176 ◦ green 60 ◦ blue 28

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

Shades of Rust #B03C1C

Tints of Rust #B03C1C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.73%

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

R = 66.67%
G = 22.73%
B = 10.61%

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

#B03C1C (or 0xB03C1C) is known color: Rust. HEX triplet: B0, 3C and 1C. RGB value is (176,60,28). Sum of RGB (Red+Green+Blue) = 176+60+28=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03C1C is #4FC3E3. Grayscale: #5B5B5B. Windows color (decimal): -5227492 or 1850544. OLE color: 1850544.

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

Color convert

RGB 176 60 28 -
CMYK 0 0.66 0.84 0.31
HSL 12.97º 0.73% 0.4% -
HSV(B) 12.97º 0.84% 0.69% -
XYZ 19.73 12.55 2.48 -
YUV 91.04 92.43 188.6 -
System Red Green Blue C M Y K H S L
Decimal 176 60 28 0 0.66 0.84 0.31 12.97 0.73 0.4
Hex B0 3C 1C 0 42 54 1F D 49 28
Octal 260 74 34 0 102 124 37 15 111 50
Binary 10110000 111100 11100 0 1000010 1010100 11111 1101 1001001 101000

Color Harmonies of #B03C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C1C

Black with #B03C1C

Text Example


Text Example

White with #B03C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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