Html Css Color HEX #B43C13 Rust

📋 copy color: '#B43C13'

red 180 ◦ green 60 ◦ blue 19

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

Shades of Rust #B43C13

Tints of Rust #B43C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 69.5%
G = 23.17%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B43C13 (or 0xB43C13) is known color: Rust. HEX triplet: B4, 3C and 13. RGB value is (180,60,19). Sum of RGB (Red+Green+Blue) = 180+60+19=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C13 is #4BC3EC. Grayscale: #5B5B5B. Windows color (decimal): -4965357 or 1260724. OLE color: 1260724.

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

Color convert

RGB 180 60 19 -
CMYK 0 0.67 0.89 0.29
HSL 15.28º 0.81% 0.39% -
HSV(B) 15.28º 0.89% 0.71% -
XYZ 20.56 12.98 2.04 -
YUV 91.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 180 60 19 0 0.67 0.89 0.29 15.28 0.81 0.39
Hex B4 3C 13 0 43 59 1D F 51 27
Octal 264 74 23 0 103 131 35 17 121 47
Binary 10110100 111100 10011 0 1000011 1011001 11101 1111 1010001 100111

Color Harmonies of #B43C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C13

Black with #B43C13

Text Example


Text Example

White with #B43C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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