Html Css Color HEX #B43C12 Rust

📋 copy color: '#B43C12'

red 180 ◦ green 60 ◦ blue 18

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

Shades of Rust #B43C12

Tints of Rust #B43C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 69.77%
G = 23.26%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B43C12 (or 0xB43C12) is known color: Rust. HEX triplet: B4, 3C and 12. RGB value is (180,60,18). Sum of RGB (Red+Green+Blue) = 180+60+18=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C12 is #4BC3ED. Grayscale: #5B5B5B. Windows color (decimal): -4965358 or 1195188. OLE color: 1195188.

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

Color convert

RGB 180 60 18 -
CMYK 0 0.67 0.9 0.29
HSL 15.56º 0.82% 0.39% -
HSV(B) 15.56º 0.9% 0.71% -
XYZ 20.55 12.98 1.99 -
YUV 91.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 180 60 18 0 0.67 0.9 0.29 15.56 0.82 0.39
Hex B4 3C 12 0 43 5A 1D 10 52 27
Octal 264 74 22 0 103 132 35 20 122 47
Binary 10110100 111100 10010 0 1000011 1011010 11101 10000 1010010 100111

Color Harmonies of #B43C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C12

Black with #B43C12

Text Example


Text Example

White with #B43C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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