Html Css Color HEX #B43D1C Rust

📋 copy color: '#B43D1C'

red 180 ◦ green 61 ◦ blue 28

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

Shades of Rust #B43D1C

Tints of Rust #B43D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.68%

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 66.91%
G = 22.68%
B = 10.41%

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

#B43D1C (or 0xB43D1C) is known color: Rust. HEX triplet: B4, 3D and 1C. RGB value is (180,61,28). Sum of RGB (Red+Green+Blue) = 180+61+28=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43D1C is #4BC2E3. Grayscale: #5D5D5D. Windows color (decimal): -4965092 or 1850804. OLE color: 1850804.

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

Color convert

RGB 180 61 28 -
CMYK 0 0.66 0.84 0.29
HSL 13.03º 0.73% 0.41% -
HSV(B) 13.03º 0.84% 0.71% -
XYZ 20.7 13.12 2.54 -
YUV 92.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 180 61 28 0 0.66 0.84 0.29 13.03 0.73 0.41
Hex B4 3D 1C 0 42 54 1D D 49 29
Octal 264 75 34 0 102 124 35 15 111 51
Binary 10110100 111101 11100 0 1000010 1010100 11101 1101 1001001 101001

Color Harmonies of #B43D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43D1C

Black with #B43D1C

Text Example


Text Example

White with #B43D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43D1C; }

 p { color: rgb(180,61,28); }

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

background-color css

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

 a { background-color: rgb(180,61,28); }

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

border-color css

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

 span { border-color: rgb(180,61,28); }

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