Html Css Color HEX #B43614 Rust

📋 copy color: '#B43614'

red 180 ◦ green 54 ◦ blue 20

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

Shades of Rust #B43614

Tints of Rust #B43614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 70.87%
G = 21.26%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B43614 (or 0xB43614) is known color: Rust. HEX triplet: B4, 36 and 14. RGB value is (180,54,20). Sum of RGB (Red+Green+Blue) = 180+54+20=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43614 is #4BC9EB. Grayscale: #585858. Windows color (decimal): -4966892 or 1324724. OLE color: 1324724.

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

Color convert

RGB 180 54 20 -
CMYK 0 0.7 0.89 0.29
HSL 12.75º 0.8% 0.39% -
HSV(B) 12.75º 0.89% 0.71% -
XYZ 20.27 12.39 1.99 -
YUV 87.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 180 54 20 0 0.7 0.89 0.29 12.75 0.8 0.39
Hex B4 36 14 0 46 59 1D D 50 27
Octal 264 66 24 0 106 131 35 15 120 47
Binary 10110100 110110 10100 0 1000110 1011001 11101 1101 1010000 100111

Color Harmonies of #B43614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43614

Black with #B43614

Text Example


Text Example

White with #B43614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43614; }

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

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

background-color css

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

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

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

border-color css

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

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

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