Html Css Color HEX #B03F0F Rust

📋 copy color: '#B03F0F'

red 176 ◦ green 63 ◦ blue 15

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

Shades of Rust #B03F0F

Tints of Rust #B03F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 69.29%
G = 24.8%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B03F0F (or 0xB03F0F) is known color: Rust. HEX triplet: B0, 3F and 0F. RGB value is (176,63,15). Sum of RGB (Red+Green+Blue) = 176+63+15=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F0F is #4FC0F0. Grayscale: #5B5B5B. Windows color (decimal): -5226737 or 999344. OLE color: 999344.

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

Color convert

RGB 176 63 15 -
CMYK 0 0.64 0.91 0.31
HSL 17.89º 0.84% 0.37% -
HSV(B) 17.89º 0.91% 0.69% -
XYZ 19.77 12.82 1.88 -
YUV 91.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 176 63 15 0 0.64 0.91 0.31 17.89 0.84 0.37
Hex B0 3F F 0 40 5B 1F 12 54 25
Octal 260 77 17 0 100 133 37 22 124 45
Binary 10110000 111111 1111 0 1000000 1011011 11111 10010 1010100 100101

Color Harmonies of #B03F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F0F

Black with #B03F0F

Text Example


Text Example

White with #B03F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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