Html Css Color HEX #B43C1A Rust

📋 copy color: '#B43C1A'

red 180 ◦ green 60 ◦ blue 26

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

Shades of Rust #B43C1A

Tints of Rust #B43C1A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 67.67%
G = 22.56%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B43C1A (or 0xB43C1A) is known color: Rust. HEX triplet: B4, 3C and 1A. RGB value is (180,60,26). Sum of RGB (Red+Green+Blue) = 180+60+26=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C1A is #4BC3E5. Grayscale: #5C5C5C. Windows color (decimal): -4965350 or 1719476. OLE color: 1719476.

HSL color Cylindrical-coordinate representation of color #B43C1A: hue angle of 13.25º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B43C1A is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 60 26 -
CMYK 0 0.67 0.86 0.29
HSL 13.25º 0.75% 0.4% -
HSV(B) 13.25º 0.86% 0.71% -
XYZ 20.62 13.01 2.4 -
YUV 92 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 180 60 26 0 0.67 0.86 0.29 13.25 0.75 0.4
Hex B4 3C 1A 0 43 56 1D D 4B 28
Octal 264 74 32 0 103 126 35 15 113 50
Binary 10110100 111100 11010 0 1000011 1010110 11101 1101 1001011 101000

Color Harmonies of #B43C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C1A

Black with #B43C1A

Text Example


Text Example

White with #B43C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C1A; }

 p { color: rgb(180,60,26); }

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

background-color css

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

 a { background-color: rgb(180,60,26); }

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

border-color css

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

 span { border-color: rgb(180,60,26); }

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