Html Css Color HEX #B03218 Rust

📋 copy color: '#B03218'

red 176 ◦ green 50 ◦ blue 24

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

Shades of Rust #B03218

Tints of Rust #B03218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 70.4%
G = 20%
B = 9.6%

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

#B03218 (or 0xB03218) is known color: Rust. HEX triplet: B0, 32 and 18. RGB value is (176,50,24). Sum of RGB (Red+Green+Blue) = 176+50+24=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03218 is #4FCDE7. Grayscale: #545454. Windows color (decimal): -5230056 or 1585840. OLE color: 1585840.

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

Color convert

RGB 176 50 24 -
CMYK 0 0.72 0.86 0.31
HSL 10.26º 0.76% 0.39% -
HSV(B) 10.26º 0.86% 0.69% -
XYZ 19.21 11.58 2.09 -
YUV 84.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 176 50 24 0 0.72 0.86 0.31 10.26 0.76 0.39
Hex B0 32 18 0 48 56 1F A 4C 27
Octal 260 62 30 0 110 126 37 12 114 47
Binary 10110000 110010 11000 0 1001000 1010110 11111 1010 1001100 100111

Color Harmonies of #B03218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03218

Black with #B03218

Text Example


Text Example

White with #B03218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03218; }

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

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

background-color css

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

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

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

border-color css

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

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

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