Html Css Color HEX #B43106 Rust

📋 copy color: '#B43106'

red 180 ◦ green 49 ◦ blue 6

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

Shades of Rust #B43106

Tints of Rust #B43106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

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

R = 76.6%
G = 20.85%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B43106 (or 0xB43106) is known color: Rust. HEX triplet: B4, 31 and 06. RGB value is (180,49,6). Sum of RGB (Red+Green+Blue) = 180+49+6=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B43106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43106 is #4BCEF9. Grayscale: #535353. Windows color (decimal): -4968186 or 405940. OLE color: 405940.

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

Color convert

RGB 180 49 6 -
CMYK 0 0.73 0.97 0.29
HSL 14.83º 0.94% 0.36% -
HSV(B) 14.83º 0.97% 0.71% -
XYZ 19.95 11.91 1.42 -
YUV 83.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 180 49 6 0 0.73 0.97 0.29 14.83 0.94 0.36
Hex B4 31 6 0 49 61 1D F 5E 24
Octal 264 61 6 0 111 141 35 17 136 44
Binary 10110100 110001 110 0 1001001 1100001 11101 1111 1011110 100100

Color Harmonies of #B43106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43106

Black with #B43106

Text Example


Text Example

White with #B43106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43106; }

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

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

background-color css

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

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

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

border-color css

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

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

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