Html Css Color HEX #B03415 Rust

📋 copy color: '#B03415'

red 176 ◦ green 52 ◦ blue 21

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

Shades of Rust #B03415

Tints of Rust #B03415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 70.68%
G = 20.88%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03415 (or 0xB03415) is known color: Rust. HEX triplet: B0, 34 and 15. RGB value is (176,52,21). Sum of RGB (Red+Green+Blue) = 176+52+21=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03415 is #4FCBEA. Grayscale: #555555. Windows color (decimal): -5229547 or 1389744. OLE color: 1389744.

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

Color convert

RGB 176 52 21 -
CMYK 0 0.70 0.88 0.31
HSL 12º 0.79% 0.39% -
HSV(B) 12º 0.88% 0.69% -
XYZ 19.27 11.74 1.96 -
YUV 85.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 176 52 21 0 0.70 0.88 0.31 12 0.79 0.39
Hex B0 34 15 0 46 58 1F C 4F 27
Octal 260 64 25 0 106 130 37 14 117 47
Binary 10110000 110100 10101 0 1000110 1011000 11111 1100 1001111 100111

Color Harmonies of #B03415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03415

Black with #B03415

Text Example


Text Example

White with #B03415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03415; }

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

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

background-color css

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

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

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

border-color css

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

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

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