Html Css Color HEX #B03919 Rust

📋 copy color: '#B03919'

red 176 ◦ green 57 ◦ blue 25

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

Shades of Rust #B03919

Tints of Rust #B03919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

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

R = 68.22%
G = 22.09%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B03919 (or 0xB03919) is known color: Rust. HEX triplet: B0, 39 and 19. RGB value is (176,57,25). Sum of RGB (Red+Green+Blue) = 176+57+25=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B03919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03919 is #4FC6E6. Grayscale: #595959. Windows color (decimal): -5228263 or 1653168. OLE color: 1653168.

HSL color Cylindrical-coordinate representation of color #B03919: hue angle of 12.72º 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 #B03919 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 25 -
CMYK 0 0.68 0.86 0.31
HSL 12.72º 0.75% 0.39% -
HSV(B) 12.72º 0.86% 0.69% -
XYZ 19.54 12.23 2.25 -
YUV 88.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 176 57 25 0 0.68 0.86 0.31 12.72 0.75 0.39
Hex B0 39 19 0 44 56 1F D 4B 27
Octal 260 71 31 0 104 126 37 15 113 47
Binary 10110000 111001 11001 0 1000100 1010110 11111 1101 1001011 100111

Color Harmonies of #B03919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03919

Black with #B03919

Text Example


Text Example

White with #B03919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03919; }

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

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

background-color css

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

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

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

border-color css

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

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

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