Html Css Color HEX #B43E1D Rust

📋 copy color: '#B43E1D'

red 180 ◦ green 62 ◦ blue 29

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

Shades of Rust #B43E1D

Tints of Rust #B43E1D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 66.42%
G = 22.88%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B43E1D (or 0xB43E1D) is known color: Rust. HEX triplet: B4, 3E and 1D. RGB value is (180,62,29). Sum of RGB (Red+Green+Blue) = 180+62+29=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E1D is #4BC1E2. Grayscale: #5D5D5D. Windows color (decimal): -4964835 or 1916596. OLE color: 1916596.

HSL color Cylindrical-coordinate representation of color #B43E1D: hue angle of 13.11º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B43E1D is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 62 29 -
CMYK 0 0.66 0.84 0.29
HSL 13.11º 0.72% 0.41% -
HSV(B) 13.11º 0.84% 0.71% -
XYZ 20.77 13.24 2.62 -
YUV 93.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 180 62 29 0 0.66 0.84 0.29 13.11 0.72 0.41
Hex B4 3E 1D 0 42 54 1D D 48 29
Octal 264 76 35 0 102 124 35 15 110 51
Binary 10110100 111110 11101 0 1000010 1010100 11101 1101 1001000 101001

Color Harmonies of #B43E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E1D

Black with #B43E1D

Text Example


Text Example

White with #B43E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E1D; }

 p { color: rgb(180,62,29); }

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

background-color css

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

 a { background-color: rgb(180,62,29); }

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

border-color css

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

 span { border-color: rgb(180,62,29); }

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