Html Css Color HEX #B03404 Rust

📋 copy color: '#B03404'

red 176 ◦ green 52 ◦ blue 4

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

Shades of Rust #B03404

Tints of Rust #B03404

RGB

 RED value IS 176 (69.14% from 255) = 75.86%

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 75.86%
G = 22.41%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B03404 (or 0xB03404) is known color: Rust. HEX triplet: B0, 34 and 04. RGB value is (176,52,4). Sum of RGB (Red+Green+Blue) = 176+52+4=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B03404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03404 is #4FCBFB. Grayscale: #535353. Windows color (decimal): -5229564 or 275632. OLE color: 275632.

HSL color Cylindrical-coordinate representation of color #B03404: hue angle of 16.74º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B03404 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 4 -
CMYK 0 0.70 0.98 0.31
HSL 16.74º 0.96% 0.35% -
HSV(B) 16.74º 0.98% 0.69% -
XYZ 19.15 11.69 1.36 -
YUV 83.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 176 52 4 0 0.70 0.98 0.31 16.74 0.96 0.35
Hex B0 34 4 0 46 62 1F 11 60 23
Octal 260 64 4 0 106 142 37 21 140 43
Binary 10110000 110100 100 0 1000110 1100010 11111 10001 1100000 100011

Color Harmonies of #B03404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03404

Black with #B03404

Text Example


Text Example

White with #B03404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03404; }

 p { color: rgb(176,52,4); }

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

background-color css

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

 a { background-color: rgb(176,52,4); }

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

border-color css

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

 span { border-color: rgb(176,52,4); }

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