Html Css Color HEX #B43B1D Rust

📋 copy color: '#B43B1D'

red 180 ◦ green 59 ◦ blue 29

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

Shades of Rust #B43B1D

Tints of Rust #B43B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 67.16%
G = 22.01%
B = 10.82%

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

#B43B1D (or 0xB43B1D) is known color: Rust. HEX triplet: B4, 3B and 1D. RGB value is (180,59,29). Sum of RGB (Red+Green+Blue) = 180+59+29=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B1D is #4BC4E2. Grayscale: #5C5C5C. Windows color (decimal): -4965603 or 1915828. OLE color: 1915828.

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

Color convert

RGB 180 59 29 -
CMYK 0 0.67 0.84 0.29
HSL 11.92º 0.72% 0.41% -
HSV(B) 11.92º 0.84% 0.71% -
XYZ 20.61 12.92 2.57 -
YUV 91.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 180 59 29 0 0.67 0.84 0.29 11.92 0.72 0.41
Hex B4 3B 1D 0 43 54 1D C 48 29
Octal 264 73 35 0 103 124 35 14 110 51
Binary 10110100 111011 11101 0 1000011 1010100 11101 1100 1001000 101001

Color Harmonies of #B43B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B1D

Black with #B43B1D

Text Example


Text Example

White with #B43B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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