Html Css Color HEX #B43B1C Rust

📋 copy color: '#B43B1C'

red 180 ◦ green 59 ◦ blue 28

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

Shades of Rust #B43B1C

Tints of Rust #B43B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.1%

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

R = 67.42%
G = 22.1%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B43B1C (or 0xB43B1C) is known color: Rust. HEX triplet: B4, 3B and 1C. RGB value is (180,59,28). Sum of RGB (Red+Green+Blue) = 180+59+28=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B1C is #4BC4E3. Grayscale: #5B5B5B. Windows color (decimal): -4965604 or 1850292. OLE color: 1850292.

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

Color convert

RGB 180 59 28 -
CMYK 0 0.67 0.84 0.29
HSL 12.24º 0.73% 0.41% -
HSV(B) 12.24º 0.84% 0.71% -
XYZ 20.6 12.92 2.51 -
YUV 91.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 180 59 28 0 0.67 0.84 0.29 12.24 0.73 0.41
Hex B4 3B 1C 0 43 54 1D C 49 29
Octal 264 73 34 0 103 124 35 14 111 51
Binary 10110100 111011 11100 0 1000011 1010100 11101 1100 1001001 101001

Color Harmonies of #B43B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B1C

Black with #B43B1C

Text Example


Text Example

White with #B43B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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