Html Css Color HEX #B43700 Rust

📋 copy color: '#B43700'

red 180 ◦ green 55 ◦ blue 0

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

Shades of Rust #B43700

Tints of Rust #B43700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.6%
G = 23.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B43700 (or 0xB43700) is known color: Rust. HEX triplet: B4, 37 and 00. RGB value is (180,55,0). Sum of RGB (Red+Green+Blue) = 180+55+0=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B43700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43700 is #4BC8FF. Grayscale: #565656. Windows color (decimal): -4966656 or 14260. OLE color: 14260.

HSL color Cylindrical-coordinate representation of color #B43700: hue angle of 18.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B43700 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 0 -
CMYK 0 0.69 1 0.29
HSL 18.33º 1% 0.35% -
HSV(B) 18.33º 1% 0.71% -
XYZ 20.19 12.44 1.34 -
YUV 86.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 180 55 0 0 0.69 1 0.29 18.33 1 0.35
Hex B4 37 0 0 45 64 1D 12 64 23
Octal 264 67 0 0 105 144 35 22 144 43
Binary 10110100 110111 0 0 1000101 1100100 11101 10010 1100100 100011

Color Harmonies of #B43700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43700

Black with #B43700

Text Example


Text Example

White with #B43700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43700; }

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

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

background-color css

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

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

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

border-color css

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

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

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