Html Css Color HEX #B43707 Rust

📋 copy color: '#B43707'

red 180 ◦ green 55 ◦ blue 7

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

Shades of Rust #B43707

Tints of Rust #B43707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.89%

R = 74.38%
G = 22.73%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B43707 (or 0xB43707) is known color: Rust. HEX triplet: B4, 37 and 07. RGB value is (180,55,7). Sum of RGB (Red+Green+Blue) = 180+55+7=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B43707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43707 is #4BC8F8. Grayscale: #575757. Windows color (decimal): -4966649 or 473012. OLE color: 473012.

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

Color convert

RGB 180 55 7 -
CMYK 0 0.69 0.96 0.29
HSL 16.65º 0.93% 0.37% -
HSV(B) 16.65º 0.96% 0.71% -
XYZ 20.23 12.45 1.54 -
YUV 86.9 82.91 194.4 -
System Red Green Blue C M Y K H S L
Decimal 180 55 7 0 0.69 0.96 0.29 16.65 0.93 0.37
Hex B4 37 7 0 45 60 1D 11 5D 25
Octal 264 67 7 0 105 140 35 21 135 45
Binary 10110100 110111 111 0 1000101 1100000 11101 10001 1011101 100101

Color Harmonies of #B43707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43707

Black with #B43707

Text Example


Text Example

White with #B43707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43707; }

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

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

background-color css

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

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

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

border-color css

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

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

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