Html Css Color HEX #B43F0B Rust

📋 copy color: '#B43F0B'

red 180 ◦ green 63 ◦ blue 11

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

Shades of Rust #B43F0B

Tints of Rust #B43F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 70.87%
G = 24.8%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B43F0B (or 0xB43F0B) is known color: Rust. HEX triplet: B4, 3F and 0B. RGB value is (180,63,11). Sum of RGB (Red+Green+Blue) = 180+63+11=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43F0B is #4BC0F4. Grayscale: #5C5C5C. Windows color (decimal): -4964597 or 737204. OLE color: 737204.

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

Color convert

RGB 180 63 11 -
CMYK 0 0.65 0.94 0.29
HSL 18.46º 0.88% 0.37% -
HSV(B) 18.46º 0.94% 0.71% -
XYZ 20.66 13.28 1.79 -
YUV 92.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 180 63 11 0 0.65 0.94 0.29 18.46 0.88 0.37
Hex B4 3F B 0 41 5E 1D 12 58 25
Octal 264 77 13 0 101 136 35 22 130 45
Binary 10110100 111111 1011 0 1000001 1011110 11101 10010 1011000 100101

Color Harmonies of #B43F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F0B

Black with #B43F0B

Text Example


Text Example

White with #B43F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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