Html Css Color HEX #B43104 Rust

📋 copy color: '#B43104'

red 180 ◦ green 49 ◦ blue 4

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

Shades of Rust #B43104

Tints of Rust #B43104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 77.25%
G = 21.03%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B43104 (or 0xB43104) is known color: Rust. HEX triplet: B4, 31 and 04. RGB value is (180,49,4). Sum of RGB (Red+Green+Blue) = 180+49+4=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B43104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43104 is #4BCEFB. Grayscale: #535353. Windows color (decimal): -4968188 or 274868. OLE color: 274868.

HSL color Cylindrical-coordinate representation of color #B43104: hue angle of 15.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B43104 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 49 4 -
CMYK 0 0.73 0.98 0.29
HSL 15.34º 0.96% 0.36% -
HSV(B) 15.34º 0.98% 0.71% -
XYZ 19.94 11.91 1.36 -
YUV 83.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 180 49 4 0 0.73 0.98 0.29 15.34 0.96 0.36
Hex B4 31 4 0 49 62 1D F 60 24
Octal 264 61 4 0 111 142 35 17 140 44
Binary 10110100 110001 100 0 1001001 1100010 11101 1111 1100000 100100

Color Harmonies of #B43104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43104

Black with #B43104

Text Example


Text Example

White with #B43104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43104; }

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

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

background-color css

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

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

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

border-color css

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

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

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