Html Css Color HEX #B43A1C Rust

📋 copy color: '#B43A1C'

red 180 ◦ green 58 ◦ blue 28

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

Shades of Rust #B43A1C

Tints of Rust #B43A1C

RGB

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

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

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

R = 67.67%
G = 21.8%
B = 10.53%

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

#B43A1C (or 0xB43A1C) is known color: Rust. HEX triplet: B4, 3A and 1C. RGB value is (180,58,28). Sum of RGB (Red+Green+Blue) = 180+58+28=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A1C is #4BC5E3. Grayscale: #5B5B5B. Windows color (decimal): -4965860 or 1850036. OLE color: 1850036.

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

Color convert

RGB 180 58 28 -
CMYK 0 0.68 0.84 0.29
HSL 11.84º 0.73% 0.41% -
HSV(B) 11.84º 0.84% 0.71% -
XYZ 20.55 12.81 2.49 -
YUV 91.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 180 58 28 0 0.68 0.84 0.29 11.84 0.73 0.41
Hex B4 3A 1C 0 44 54 1D C 49 29
Octal 264 72 34 0 104 124 35 14 111 51
Binary 10110100 111010 11100 0 1000100 1010100 11101 1100 1001001 101001

Color Harmonies of #B43A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A1C

Black with #B43A1C

Text Example


Text Example

White with #B43A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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