Html Css Color HEX #B43414 Rust

📋 copy color: '#B43414'

red 180 ◦ green 52 ◦ blue 20

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

Shades of Rust #B43414

Tints of Rust #B43414

RGB

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

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

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

R = 71.43%
G = 20.63%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B43414 (or 0xB43414) is known color: Rust. HEX triplet: B4, 34 and 14. RGB value is (180,52,20). Sum of RGB (Red+Green+Blue) = 180+52+20=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B43414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43414 is #4BCBEB. Grayscale: #565656. Windows color (decimal): -4967404 or 1324212. OLE color: 1324212.

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

Color convert

RGB 180 52 20 -
CMYK 0 0.71 0.89 0.29
HSL 12º 0.8% 0.39% -
HSV(B) 12º 0.89% 0.71% -
XYZ 20.18 12.21 1.96 -
YUV 86.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 180 52 20 0 0.71 0.89 0.29 12 0.8 0.39
Hex B4 34 14 0 47 59 1D C 50 27
Octal 264 64 24 0 107 131 35 14 120 47
Binary 10110100 110100 10100 0 1000111 1011001 11101 1100 1010000 100111

Color Harmonies of #B43414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43414

Black with #B43414

Text Example


Text Example

White with #B43414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43414; }

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

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

background-color css

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

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

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

border-color css

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

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

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