Html Css Color HEX #B43105 Rust

📋 copy color: '#B43105'

red 180 ◦ green 49 ◦ blue 5

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

Shades of Rust #B43105

Tints of Rust #B43105

RGB

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

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

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

R = 76.92%
G = 20.94%
B = 2.14%

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

#B43105 (or 0xB43105) is known color: Rust. HEX triplet: B4, 31 and 05. RGB value is (180,49,5). Sum of RGB (Red+Green+Blue) = 180+49+5=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B43105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43105 is #4BCEFA. Grayscale: #535353. Windows color (decimal): -4968187 or 340404. OLE color: 340404.

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

Color convert

RGB 180 49 5 -
CMYK 0 0.73 0.97 0.29
HSL 15.09º 0.95% 0.36% -
HSV(B) 15.09º 0.97% 0.71% -
XYZ 19.95 11.91 1.39 -
YUV 83.15 83.9 197.08 -
System Red Green Blue C M Y K H S L
Decimal 180 49 5 0 0.73 0.97 0.29 15.09 0.95 0.36
Hex B4 31 5 0 49 61 1D F 5F 24
Octal 264 61 5 0 111 141 35 17 137 44
Binary 10110100 110001 101 0 1001001 1100001 11101 1111 1011111 100100

Color Harmonies of #B43105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43105

Black with #B43105

Text Example


Text Example

White with #B43105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43105; }

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

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

background-color css

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

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

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

border-color css

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

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

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