Html Css Color HEX #B03400 Rust

📋 copy color: '#B03400'

red 176 ◦ green 52 ◦ blue 0

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

Shades of Rust #B03400

Tints of Rust #B03400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.19%
G = 22.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B03400 (or 0xB03400) is known color: Rust. HEX triplet: B0, 34 and 00. RGB value is (176,52,0). Sum of RGB (Red+Green+Blue) = 176+52+0=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B03400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03400 is #4FCBFF. Grayscale: #535353. Windows color (decimal): -5229568 or 13488. OLE color: 13488.

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

Color convert

RGB 176 52 0 -
CMYK 0 0.70 1 0.31
HSL 17.73º 1% 0.35% -
HSV(B) 17.73º 1% 0.69% -
XYZ 19.13 11.69 1.25 -
YUV 83.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 176 52 0 0 0.70 1 0.31 17.73 1 0.35
Hex B0 34 0 0 46 64 1F 12 64 23
Octal 260 64 0 0 106 144 37 22 144 43
Binary 10110000 110100 0 0 1000110 1100100 11111 10010 1100100 100011

Color Harmonies of #B03400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03400

Black with #B03400

Text Example


Text Example

White with #B03400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03400; }

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

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

background-color css

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

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

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

border-color css

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

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

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