Html Css Color HEX #B43F0F Rust

📋 copy color: '#B43F0F'

red 180 ◦ green 63 ◦ blue 15

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

Shades of Rust #B43F0F

Tints of Rust #B43F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 69.77%
G = 24.42%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B43F0F (or 0xB43F0F) is known color: Rust. HEX triplet: B4, 3F and 0F. RGB value is (180,63,15). Sum of RGB (Red+Green+Blue) = 180+63+15=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43F0F is #4BC0F0. Grayscale: #5C5C5C. Windows color (decimal): -4964593 or 999348. OLE color: 999348.

HSL color Cylindrical-coordinate representation of color #B43F0F: hue angle of 17.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B43F0F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 63 15 -
CMYK 0 0.65 0.92 0.29
HSL 17.45º 0.85% 0.38% -
HSV(B) 17.45º 0.92% 0.71% -
XYZ 20.69 13.29 1.93 -
YUV 92.51 84.26 190.4 -
System Red Green Blue C M Y K H S L
Decimal 180 63 15 0 0.65 0.92 0.29 17.45 0.85 0.38
Hex B4 3F F 0 41 5C 1D 11 55 26
Octal 264 77 17 0 101 134 35 21 125 46
Binary 10110100 111111 1111 0 1000001 1011100 11101 10001 1010101 100110

Color Harmonies of #B43F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F0F

Black with #B43F0F

Text Example


Text Example

White with #B43F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F0F; }

 p { color: rgb(180,63,15); }

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

background-color css

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

 a { background-color: rgb(180,63,15); }

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

border-color css

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

 span { border-color: rgb(180,63,15); }

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