Html Css Color HEX #B03B13 Rust

📋 copy color: '#B03B13'

red 176 ◦ green 59 ◦ blue 19

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

Shades of Rust #B03B13

Tints of Rust #B03B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 69.29%
G = 23.23%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B03B13 (or 0xB03B13) is known color: Rust. HEX triplet: B0, 3B and 13. RGB value is (176,59,19). Sum of RGB (Red+Green+Blue) = 176+59+19=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03B13 is #4FC4EC. Grayscale: #595959. Windows color (decimal): -5227757 or 1260464. OLE color: 1260464.

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

Color convert

RGB 176 59 19 -
CMYK 0 0.66 0.89 0.31
HSL 15.29º 0.81% 0.38% -
HSV(B) 15.29º 0.89% 0.69% -
XYZ 19.59 12.41 1.98 -
YUV 89.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 176 59 19 0 0.66 0.89 0.31 15.29 0.81 0.38
Hex B0 3B 13 0 42 59 1F F 51 26
Octal 260 73 23 0 102 131 37 17 121 46
Binary 10110000 111011 10011 0 1000010 1011001 11111 1111 1010001 100110

Color Harmonies of #B03B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03B13

Black with #B03B13

Text Example


Text Example

White with #B03B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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