Html Css Color HEX #B43706 Rust

📋 copy color: '#B43706'

red 180 ◦ green 55 ◦ blue 6

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

Shades of Rust #B43706

Tints of Rust #B43706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 74.69%
G = 22.82%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B43706 (or 0xB43706) is known color: Rust. HEX triplet: B4, 37 and 06. RGB value is (180,55,6). Sum of RGB (Red+Green+Blue) = 180+55+6=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B43706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43706 is #4BC8F9. Grayscale: #575757. Windows color (decimal): -4966650 or 407476. OLE color: 407476.

HSL color Cylindrical-coordinate representation of color #B43706: hue angle of 16.9º 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 #B43706 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 6 -
CMYK 0 0.69 0.97 0.29
HSL 16.9º 0.94% 0.36% -
HSV(B) 16.9º 0.97% 0.71% -
XYZ 20.22 12.45 1.51 -
YUV 86.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 180 55 6 0 0.69 0.97 0.29 16.9 0.94 0.36
Hex B4 37 6 0 45 61 1D 11 5E 24
Octal 264 67 6 0 105 141 35 21 136 44
Binary 10110100 110111 110 0 1000101 1100001 11101 10001 1011110 100100

Color Harmonies of #B43706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43706

Black with #B43706

Text Example


Text Example

White with #B43706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43706; }

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

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

background-color css

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

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

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

border-color css

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

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

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