Html Css Color HEX #B43F08 Rust

📋 copy color: '#B43F08'

red 180 ◦ green 63 ◦ blue 8

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

Shades of Rust #B43F08

Tints of Rust #B43F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.19%

R = 71.71%
G = 25.1%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B43F08 (or 0xB43F08) is known color: Rust. HEX triplet: B4, 3F and 08. RGB value is (180,63,8). Sum of RGB (Red+Green+Blue) = 180+63+8=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43F08 is #4BC0F7. Grayscale: #5C5C5C. Windows color (decimal): -4964600 or 540596. OLE color: 540596.

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

Color convert

RGB 180 63 8 -
CMYK 0 0.65 0.96 0.29
HSL 19.19º 0.91% 0.37% -
HSV(B) 19.19º 0.96% 0.71% -
XYZ 20.64 13.28 1.7 -
YUV 91.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 180 63 8 0 0.65 0.96 0.29 19.19 0.91 0.37
Hex B4 3F 8 0 41 60 1D 13 5B 25
Octal 264 77 10 0 101 140 35 23 133 45
Binary 10110100 111111 1000 0 1000001 1100000 11101 10011 1011011 100101

Color Harmonies of #B43F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F08

Black with #B43F08

Text Example


Text Example

White with #B43F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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