Html Css Color HEX #B43A1F Rust

📋 copy color: '#B43A1F'

red 180 ◦ green 58 ◦ blue 31

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

Shades of Rust #B43A1F

Tints of Rust #B43A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 66.91%
G = 21.56%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B43A1F (or 0xB43A1F) is known color: Rust. HEX triplet: B4, 3A and 1F. RGB value is (180,58,31). Sum of RGB (Red+Green+Blue) = 180+58+31=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A1F is #4BC5E0. Grayscale: #5B5B5B. Windows color (decimal): -4965857 or 2046644. OLE color: 2046644.

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

Color convert

RGB 180 58 31 -
CMYK 0 0.68 0.83 0.29
HSL 10.87º 0.71% 0.41% -
HSV(B) 10.87º 0.83% 0.71% -
XYZ 20.58 12.83 2.69 -
YUV 91.4 93.92 191.2 -
System Red Green Blue C M Y K H S L
Decimal 180 58 31 0 0.68 0.83 0.29 10.87 0.71 0.41
Hex B4 3A 1F 0 44 53 1D B 47 29
Octal 264 72 37 0 104 123 35 13 107 51
Binary 10110100 111010 11111 0 1000100 1010011 11101 1011 1000111 101001

Color Harmonies of #B43A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A1F

Black with #B43A1F

Text Example


Text Example

White with #B43A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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