Html Css Color HEX #B43F16 Rust

📋 copy color: '#B43F16'

red 180 ◦ green 63 ◦ blue 22

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

Shades of Rust #B43F16

Tints of Rust #B43F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 67.92%
G = 23.77%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B43F16 (or 0xB43F16) is known color: Rust. HEX triplet: B4, 3F and 16. RGB value is (180,63,22). Sum of RGB (Red+Green+Blue) = 180+63+22=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43F16 is #4BC0E9. Grayscale: #5D5D5D. Windows color (decimal): -4964586 or 1458100. OLE color: 1458100.

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

Color convert

RGB 180 63 22 -
CMYK 0 0.65 0.88 0.29
HSL 15.57º 0.78% 0.4% -
HSV(B) 15.57º 0.88% 0.71% -
XYZ 20.74 13.32 2.24 -
YUV 93.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 180 63 22 0 0.65 0.88 0.29 15.57 0.78 0.4
Hex B4 3F 16 0 41 58 1D 10 4E 28
Octal 264 77 26 0 101 130 35 20 116 50
Binary 10110100 111111 10110 0 1000001 1011000 11101 10000 1001110 101000

Color Harmonies of #B43F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F16

Black with #B43F16

Text Example


Text Example

White with #B43F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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