Html Css Color HEX #B43113 Rust

📋 copy color: '#B43113'

red 180 ◦ green 49 ◦ blue 19

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

Shades of Rust #B43113

Tints of Rust #B43113

RGB

 RED value IS 180 (70.7% from 255) = 72.58%

 GREEN value IS 49 (19.53% from 255) = 19.76%

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

R = 72.58%
G = 19.76%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B43113 (or 0xB43113) is known color: Rust. HEX triplet: B4, 31 and 13. RGB value is (180,49,19). Sum of RGB (Red+Green+Blue) = 180+49+19=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B43113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43113 is #4BCEEC. Grayscale: #555555. Windows color (decimal): -4968173 or 1257908. OLE color: 1257908.

HSL color Cylindrical-coordinate representation of color #B43113: hue angle of 11.18º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B43113 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 49 19 -
CMYK 0 0.73 0.89 0.29
HSL 11.18º 0.81% 0.39% -
HSV(B) 11.18º 0.89% 0.71% -
XYZ 20.04 11.95 1.87 -
YUV 84.75 90.9 195.94 -
System Red Green Blue C M Y K H S L
Decimal 180 49 19 0 0.73 0.89 0.29 11.18 0.81 0.39
Hex B4 31 13 0 49 59 1D B 51 27
Octal 264 61 23 0 111 131 35 13 121 47
Binary 10110100 110001 10011 0 1001001 1011001 11101 1011 1010001 100111

Color Harmonies of #B43113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43113

Black with #B43113

Text Example


Text Example

White with #B43113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43113; }

 p { color: rgb(180,49,19); }

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

background-color css

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

 a { background-color: rgb(180,49,19); }

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

border-color css

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

 span { border-color: rgb(180,49,19); }

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