Html Css Color HEX #B03219 Rust

📋 copy color: '#B03219'

red 176 ◦ green 50 ◦ blue 25

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

Shades of Rust #B03219

Tints of Rust #B03219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 70.12%
G = 19.92%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B03219 (or 0xB03219) is known color: Rust. HEX triplet: B0, 32 and 19. RGB value is (176,50,25). Sum of RGB (Red+Green+Blue) = 176+50+25=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B03219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03219 is #4FCDE6. Grayscale: #555555. Windows color (decimal): -5230055 or 1651376. OLE color: 1651376.

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

Color convert

RGB 176 50 25 -
CMYK 0 0.72 0.86 0.31
HSL 9.93º 0.75% 0.39% -
HSV(B) 9.93º 0.86% 0.69% -
XYZ 19.22 11.58 2.14 -
YUV 84.82 94.24 193.03 -
System Red Green Blue C M Y K H S L
Decimal 176 50 25 0 0.72 0.86 0.31 9.93 0.75 0.39
Hex B0 32 19 0 48 56 1F A 4B 27
Octal 260 62 31 0 110 126 37 12 113 47
Binary 10110000 110010 11001 0 1001000 1010110 11111 1010 1001011 100111

Color Harmonies of #B03219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03219

Black with #B03219

Text Example


Text Example

White with #B03219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03219; }

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

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

background-color css

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

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

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

border-color css

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

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

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