Html Css Color HEX #B43014 Rust

📋 copy color: '#B43014'

red 180 ◦ green 48 ◦ blue 20

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

Shades of Rust #B43014

Tints of Rust #B43014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 72.58%
G = 19.35%
B = 8.06%

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

#B43014 (or 0xB43014) is known color: Rust. HEX triplet: B4, 30 and 14. RGB value is (180,48,20). Sum of RGB (Red+Green+Blue) = 180+48+20=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B43014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43014 is #4BCFEB. Grayscale: #545454. Windows color (decimal): -4968428 or 1323188. OLE color: 1323188.

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

Color convert

RGB 180 48 20 -
CMYK 0 0.73 0.89 0.29
HSL 10.5º 0.8% 0.39% -
HSV(B) 10.5º 0.89% 0.71% -
XYZ 20.01 11.87 1.9 -
YUV 84.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 180 48 20 0 0.73 0.89 0.29 10.5 0.8 0.39
Hex B4 30 14 0 49 59 1D A 50 27
Octal 264 60 24 0 111 131 35 12 120 47
Binary 10110100 110000 10100 0 1001001 1011001 11101 1010 1010000 100111

Color Harmonies of #B43014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43014

Black with #B43014

Text Example


Text Example

White with #B43014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43014; }

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

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

background-color css

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

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

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

border-color css

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

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

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