Html Css Color HEX #B03408 Rust

📋 copy color: '#B03408'

red 176 ◦ green 52 ◦ blue 8

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

Shades of Rust #B03408

Tints of Rust #B03408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 74.58%
G = 22.03%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B03408 (or 0xB03408) is known color: Rust. HEX triplet: B0, 34 and 08. RGB value is (176,52,8). Sum of RGB (Red+Green+Blue) = 176+52+8=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B03408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03408 is #4FCBF7. Grayscale: #545454. Windows color (decimal): -5229560 or 537776. OLE color: 537776.

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

Color convert

RGB 176 52 8 -
CMYK 0 0.70 0.95 0.31
HSL 15.71º 0.91% 0.36% -
HSV(B) 15.71º 0.95% 0.69% -
XYZ 19.18 11.7 1.48 -
YUV 84.06 85.08 193.58 -
System Red Green Blue C M Y K H S L
Decimal 176 52 8 0 0.70 0.95 0.31 15.71 0.91 0.36
Hex B0 34 8 0 46 5F 1F 10 5B 24
Octal 260 64 10 0 106 137 37 20 133 44
Binary 10110000 110100 1000 0 1000110 1011111 11111 10000 1011011 100100

Color Harmonies of #B03408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03408

Black with #B03408

Text Example


Text Example

White with #B03408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03408; }

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

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

background-color css

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

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

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

border-color css

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

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

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