Html Css Color HEX #B03E1C Rust

📋 copy color: '#B03E1C'

red 176 ◦ green 62 ◦ blue 28

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

Shades of Rust #B03E1C

Tints of Rust #B03E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.31%

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

R = 66.17%
G = 23.31%
B = 10.53%

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

#B03E1C (or 0xB03E1C) is known color: Rust. HEX triplet: B0, 3E and 1C. RGB value is (176,62,28). Sum of RGB (Red+Green+Blue) = 176+62+28=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E1C is #4FC1E3. Grayscale: #5C5C5C. Windows color (decimal): -5226980 or 1851056. OLE color: 1851056.

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

Color convert

RGB 176 62 28 -
CMYK 0 0.65 0.84 0.31
HSL 13.78º 0.73% 0.4% -
HSV(B) 13.78º 0.84% 0.69% -
XYZ 19.84 12.76 2.52 -
YUV 92.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 176 62 28 0 0.65 0.84 0.31 13.78 0.73 0.4
Hex B0 3E 1C 0 41 54 1F E 49 28
Octal 260 76 34 0 101 124 37 16 111 50
Binary 10110000 111110 11100 0 1000001 1010100 11111 1110 1001001 101000

Color Harmonies of #B03E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03E1C

Black with #B03E1C

Text Example


Text Example

White with #B03E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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