Html Css Color HEX #B03B1E Rust

📋 copy color: '#B03B1E'

red 176 ◦ green 59 ◦ blue 30

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

Shades of Rust #B03B1E

Tints of Rust #B03B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.26%

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 66.42%
G = 22.26%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B03B1E (or 0xB03B1E) is known color: Rust. HEX triplet: B0, 3B and 1E. RGB value is (176,59,30). Sum of RGB (Red+Green+Blue) = 176+59+30=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03B1E is #4FC4E1. Grayscale: #5A5A5A. Windows color (decimal): -5227746 or 1981360. OLE color: 1981360.

HSL color Cylindrical-coordinate representation of color #B03B1E: hue angle of 11.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B03B1E is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 59 30 -
CMYK 0 0.66 0.83 0.31
HSL 11.92º 0.71% 0.4% -
HSV(B) 11.92º 0.83% 0.69% -
XYZ 19.7 12.45 2.59 -
YUV 90.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 176 59 30 0 0.66 0.83 0.31 11.92 0.71 0.4
Hex B0 3B 1E 0 42 53 1F C 47 28
Octal 260 73 36 0 102 123 37 14 107 50
Binary 10110000 111011 11110 0 1000010 1010011 11111 1100 1000111 101000

Color Harmonies of #B03B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03B1E

Black with #B03B1E

Text Example


Text Example

White with #B03B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03B1E; }

 p { color: rgb(176,59,30); }

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

background-color css

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

 a { background-color: rgb(176,59,30); }

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

border-color css

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

 span { border-color: rgb(176,59,30); }

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