Html Css Color HEX #B03B1A Rust

📋 copy color: '#B03B1A'

red 176 ◦ green 59 ◦ blue 26

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

Shades of Rust #B03B1A

Tints of Rust #B03B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 67.43%
G = 22.61%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B03B1A (or 0xB03B1A) is known color: Rust. HEX triplet: B0, 3B and 1A. RGB value is (176,59,26). Sum of RGB (Red+Green+Blue) = 176+59+26=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03B1A is #4FC4E5. Grayscale: #5A5A5A. Windows color (decimal): -5227750 or 1719216. OLE color: 1719216.

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

Color convert

RGB 176 59 26 -
CMYK 0 0.66 0.85 0.31
HSL 13.2º 0.74% 0.4% -
HSV(B) 13.2º 0.85% 0.69% -
XYZ 19.65 12.43 2.34 -
YUV 90.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 176 59 26 0 0.66 0.85 0.31 13.2 0.74 0.4
Hex B0 3B 1A 0 42 55 1F D 4A 28
Octal 260 73 32 0 102 125 37 15 112 50
Binary 10110000 111011 11010 0 1000010 1010101 11111 1101 1001010 101000

Color Harmonies of #B03B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03B1A

Black with #B03B1A

Text Example


Text Example

White with #B03B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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