Html Css Color HEX #B03F1C Rust

📋 copy color: '#B03F1C'

red 176 ◦ green 63 ◦ blue 28

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

Shades of Rust #B03F1C

Tints of Rust #B03F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

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

R = 65.92%
G = 23.6%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B03F1C (or 0xB03F1C) is known color: Rust. HEX triplet: B0, 3F and 1C. RGB value is (176,63,28). Sum of RGB (Red+Green+Blue) = 176+63+28=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F1C is #4FC0E3. Grayscale: #5D5D5D. Windows color (decimal): -5226724 or 1851312. OLE color: 1851312.

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

Color convert

RGB 176 63 28 -
CMYK 0 0.64 0.84 0.31
HSL 14.19º 0.73% 0.4% -
HSV(B) 14.19º 0.84% 0.69% -
XYZ 19.89 12.87 2.53 -
YUV 92.8 91.44 187.35 -
System Red Green Blue C M Y K H S L
Decimal 176 63 28 0 0.64 0.84 0.31 14.19 0.73 0.4
Hex B0 3F 1C 0 40 54 1F E 49 28
Octal 260 77 34 0 100 124 37 16 111 50
Binary 10110000 111111 11100 0 1000000 1010100 11111 1110 1001001 101000

Color Harmonies of #B03F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F1C

Black with #B03F1C

Text Example


Text Example

White with #B03F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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