Html Css Color HEX #B43F06 Rust

📋 copy color: '#B43F06'

red 180 ◦ green 63 ◦ blue 6

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

Shades of Rust #B43F06

Tints of Rust #B43F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 72.29%
G = 25.3%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B43F06 (or 0xB43F06) is known color: Rust. HEX triplet: B4, 3F and 06. RGB value is (180,63,6). Sum of RGB (Red+Green+Blue) = 180+63+6=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43F06 is #4BC0F9. Grayscale: #5B5B5B. Windows color (decimal): -4964602 or 409524. OLE color: 409524.

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

Color convert

RGB 180 63 6 -
CMYK 0 0.65 0.97 0.29
HSL 19.66º 0.94% 0.36% -
HSV(B) 19.66º 0.97% 0.71% -
XYZ 20.63 13.27 1.65 -
YUV 91.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 180 63 6 0 0.65 0.97 0.29 19.66 0.94 0.36
Hex B4 3F 6 0 41 61 1D 14 5E 24
Octal 264 77 6 0 101 141 35 24 136 44
Binary 10110100 111111 110 0 1000001 1100001 11101 10100 1011110 100100

Color Harmonies of #B43F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F06

Black with #B43F06

Text Example


Text Example

White with #B43F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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