Html Css Color HEX #B03413 Rust

📋 copy color: '#B03413'

red 176 ◦ green 52 ◦ blue 19

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

Shades of Rust #B03413

Tints of Rust #B03413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

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

R = 71.26%
G = 21.05%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B03413 (or 0xB03413) is known color: Rust. HEX triplet: B0, 34 and 13. RGB value is (176,52,19). Sum of RGB (Red+Green+Blue) = 176+52+19=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B03413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03413 is #4FCBEC. Grayscale: #555555. Windows color (decimal): -5229549 or 1258672. OLE color: 1258672.

HSL color Cylindrical-coordinate representation of color #B03413: hue angle of 12.61º 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 #B03413 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 19 -
CMYK 0 0.70 0.89 0.31
HSL 12.61º 0.81% 0.38% -
HSV(B) 12.61º 0.89% 0.69% -
XYZ 19.25 11.73 1.87 -
YUV 85.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 176 52 19 0 0.70 0.89 0.31 12.61 0.81 0.38
Hex B0 34 13 0 46 59 1F D 51 26
Octal 260 64 23 0 106 131 37 15 121 46
Binary 10110000 110100 10011 0 1000110 1011001 11111 1101 1010001 100110

Color Harmonies of #B03413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03413

Black with #B03413

Text Example


Text Example

White with #B03413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03413; }

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

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

background-color css

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

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

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

border-color css

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

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

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