Html Css Color HEX #B43C18 Rust

📋 copy color: '#B43C18'

red 180 ◦ green 60 ◦ blue 24

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

Shades of Rust #B43C18

Tints of Rust #B43C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 68.18%
G = 22.73%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B43C18 (or 0xB43C18) is known color: Rust. HEX triplet: B4, 3C and 18. RGB value is (180,60,24). Sum of RGB (Red+Green+Blue) = 180+60+24=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C18 is #4BC3E7. Grayscale: #5C5C5C. Windows color (decimal): -4965352 or 1588404. OLE color: 1588404.

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

Color convert

RGB 180 60 24 -
CMYK 0 0.67 0.87 0.29
HSL 13.85º 0.76% 0.4% -
HSV(B) 13.85º 0.87% 0.71% -
XYZ 20.6 13 2.29 -
YUV 91.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 180 60 24 0 0.67 0.87 0.29 13.85 0.76 0.4
Hex B4 3C 18 0 43 57 1D E 4C 28
Octal 264 74 30 0 103 127 35 16 114 50
Binary 10110100 111100 11000 0 1000011 1010111 11101 1110 1001100 101000

Color Harmonies of #B43C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C18

Black with #B43C18

Text Example


Text Example

White with #B43C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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