Html Css Color HEX #B43004 Rust

📋 copy color: '#B43004'

red 180 ◦ green 48 ◦ blue 4

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

Shades of Rust #B43004

Tints of Rust #B43004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

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

R = 77.59%
G = 20.69%
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

#B43004 (or 0xB43004) is known color: Rust. HEX triplet: B4, 30 and 04. RGB value is (180,48,4). Sum of RGB (Red+Green+Blue) = 180+48+4=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B43004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43004 is #4BCFFB. Grayscale: #525252. Windows color (decimal): -4968444 or 274612. OLE color: 274612.

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

Color convert

RGB 180 48 4 -
CMYK 0 0.73 0.98 0.29
HSL 15º 0.96% 0.36% -
HSV(B) 15º 0.98% 0.71% -
XYZ 19.9 11.83 1.35 -
YUV 82.45 83.73 197.58 -
System Red Green Blue C M Y K H S L
Decimal 180 48 4 0 0.73 0.98 0.29 15 0.96 0.36
Hex B4 30 4 0 49 62 1D F 60 24
Octal 264 60 4 0 111 142 35 17 140 44
Binary 10110100 110000 100 0 1001001 1100010 11101 1111 1100000 100100

Color Harmonies of #B43004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43004

Black with #B43004

Text Example


Text Example

White with #B43004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43004; }

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

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

background-color css

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

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

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

border-color css

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

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

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