Html Css Color HEX #B03619 Rust

📋 copy color: '#B03619'

red 176 ◦ green 54 ◦ blue 25

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

Shades of Rust #B03619

Tints of Rust #B03619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.18%

 BLUE value IS 25 (10.16% from 255) = 9.8%

R = 69.02%
G = 21.18%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B03619 (or 0xB03619) is known color: Rust. HEX triplet: B0, 36 and 19. RGB value is (176,54,25). Sum of RGB (Red+Green+Blue) = 176+54+25=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B03619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03619 is #4FC9E6. Grayscale: #575757. Windows color (decimal): -5229031 or 1652400. OLE color: 1652400.

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

Color convert

RGB 176 54 25 -
CMYK 0 0.69 0.86 0.31
HSL 11.52º 0.75% 0.39% -
HSV(B) 11.52º 0.86% 0.69% -
XYZ 19.4 11.94 2.2 -
YUV 87.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 176 54 25 0 0.69 0.86 0.31 11.52 0.75 0.39
Hex B0 36 19 0 45 56 1F C 4B 27
Octal 260 66 31 0 105 126 37 14 113 47
Binary 10110000 110110 11001 0 1000101 1010110 11111 1100 1001011 100111

Color Harmonies of #B03619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03619

Black with #B03619

Text Example


Text Example

White with #B03619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03619; }

 p { color: rgb(176,54,25); }

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

background-color css

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

 a { background-color: rgb(176,54,25); }

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

border-color css

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

 span { border-color: rgb(176,54,25); }

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