Html Css Color HEX #B43013 Rust

📋 copy color: '#B43013'

red 180 ◦ green 48 ◦ blue 19

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

Shades of Rust #B43013

Tints of Rust #B43013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 72.87%
G = 19.43%
B = 7.69%

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

#B43013 (or 0xB43013) is known color: Rust. HEX triplet: B4, 30 and 13. RGB value is (180,48,19). Sum of RGB (Red+Green+Blue) = 180+48+19=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B43013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43013 is #4BCFEC. Grayscale: #545454. Windows color (decimal): -4968429 or 1257652. OLE color: 1257652.

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

Color convert

RGB 180 48 19 -
CMYK 0 0.73 0.89 0.29
HSL 10.81º 0.81% 0.39% -
HSV(B) 10.81º 0.89% 0.71% -
XYZ 20 11.86 1.85 -
YUV 84.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 180 48 19 0 0.73 0.89 0.29 10.81 0.81 0.39
Hex B4 30 13 0 49 59 1D B 51 27
Octal 264 60 23 0 111 131 35 13 121 47
Binary 10110100 110000 10011 0 1001001 1011001 11101 1011 1010001 100111

Color Harmonies of #B43013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43013

Black with #B43013

Text Example


Text Example

White with #B43013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43013; }

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

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

background-color css

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

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

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

border-color css

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

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

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