Html Css Color HEX #B43605 Rust

📋 copy color: '#B43605'

red 180 ◦ green 54 ◦ blue 5

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

Shades of Rust #B43605

Tints of Rust #B43605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 75.31%
G = 22.59%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B43605 (or 0xB43605) is known color: Rust. HEX triplet: B4, 36 and 05. RGB value is (180,54,5). Sum of RGB (Red+Green+Blue) = 180+54+5=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B43605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43605 is #4BC9FA. Grayscale: #565656. Windows color (decimal): -4966907 or 341684. OLE color: 341684.

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

Color convert

RGB 180 54 5 -
CMYK 0 0.7 0.97 0.29
HSL 16.8º 0.95% 0.36% -
HSV(B) 16.8º 0.97% 0.71% -
XYZ 20.17 12.35 1.46 -
YUV 86.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 180 54 5 0 0.7 0.97 0.29 16.8 0.95 0.36
Hex B4 36 5 0 46 61 1D 11 5F 24
Octal 264 66 5 0 106 141 35 21 137 44
Binary 10110100 110110 101 0 1000110 1100001 11101 10001 1011111 100100

Color Harmonies of #B43605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43605

Black with #B43605

Text Example


Text Example

White with #B43605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43605; }

 p { color: rgb(180,54,5); }

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

background-color css

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

 a { background-color: rgb(180,54,5); }

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

border-color css

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

 span { border-color: rgb(180,54,5); }

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