Html Css Color HEX #B43A1D Rust

📋 copy color: '#B43A1D'

red 180 ◦ green 58 ◦ blue 29

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

Shades of Rust #B43A1D

Tints of Rust #B43A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.72%

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

R = 67.42%
G = 21.72%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B43A1D (or 0xB43A1D) is known color: Rust. HEX triplet: B4, 3A and 1D. RGB value is (180,58,29). Sum of RGB (Red+Green+Blue) = 180+58+29=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A1D is #4BC5E2. Grayscale: #5B5B5B. Windows color (decimal): -4965859 or 1915572. OLE color: 1915572.

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

Color convert

RGB 180 58 29 -
CMYK 0 0.68 0.84 0.29
HSL 11.52º 0.72% 0.41% -
HSV(B) 11.52º 0.84% 0.71% -
XYZ 20.56 12.82 2.55 -
YUV 91.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 180 58 29 0 0.68 0.84 0.29 11.52 0.72 0.41
Hex B4 3A 1D 0 44 54 1D C 48 29
Octal 264 72 35 0 104 124 35 14 110 51
Binary 10110100 111010 11101 0 1000100 1010100 11101 1100 1001000 101001

Color Harmonies of #B43A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A1D

Black with #B43A1D

Text Example


Text Example

White with #B43A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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