Html Css Color HEX #B43713 Rust

📋 copy color: '#B43713'

red 180 ◦ green 55 ◦ blue 19

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

Shades of Rust #B43713

Tints of Rust #B43713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 70.87%
G = 21.65%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B43713 (or 0xB43713) is known color: Rust. HEX triplet: B4, 37 and 13. RGB value is (180,55,19). Sum of RGB (Red+Green+Blue) = 180+55+19=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43713 is #4BC8EC. Grayscale: #585858. Windows color (decimal): -4966637 or 1259444. OLE color: 1259444.

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

Color convert

RGB 180 55 19 -
CMYK 0 0.69 0.89 0.29
HSL 13.42º 0.81% 0.39% -
HSV(B) 13.42º 0.89% 0.71% -
XYZ 20.31 12.48 1.96 -
YUV 88.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 180 55 19 0 0.69 0.89 0.29 13.42 0.81 0.39
Hex B4 37 13 0 45 59 1D D 51 27
Octal 264 67 23 0 105 131 35 15 121 47
Binary 10110100 110111 10011 0 1000101 1011001 11101 1101 1010001 100111

Color Harmonies of #B43713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43713

Black with #B43713

Text Example


Text Example

White with #B43713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43713; }

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

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

background-color css

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

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

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

border-color css

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

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

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