Html Css Color HEX #B03A1F Rust

📋 copy color: '#B03A1F'

red 176 ◦ green 58 ◦ blue 31

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

Shades of Rust #B03A1F

Tints of Rust #B03A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.89%

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 66.42%
G = 21.89%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B03A1F (or 0xB03A1F) is known color: Rust. HEX triplet: B0, 3A and 1F. RGB value is (176,58,31). Sum of RGB (Red+Green+Blue) = 176+58+31=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A1F is #4FC5E0. Grayscale: #5A5A5A. Windows color (decimal): -5228001 or 2046640. OLE color: 2046640.

HSL color Cylindrical-coordinate representation of color #B03A1F: hue angle of 11.17º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B03A1F is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 58 31 -
CMYK 0 0.67 0.82 0.31
HSL 11.17º 0.7% 0.41% -
HSV(B) 11.17º 0.82% 0.69% -
XYZ 19.66 12.36 2.64 -
YUV 90.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 176 58 31 0 0.67 0.82 0.31 11.17 0.7 0.41
Hex B0 3A 1F 0 43 52 1F B 46 29
Octal 260 72 37 0 103 122 37 13 106 51
Binary 10110000 111010 11111 0 1000011 1010010 11111 1011 1000110 101001

Color Harmonies of #B03A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03A1F

Black with #B03A1F

Text Example


Text Example

White with #B03A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03A1F; }

 p { color: rgb(176,58,31); }

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

background-color css

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

 a { background-color: rgb(176,58,31); }

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

border-color css

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

 span { border-color: rgb(176,58,31); }

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