Html Css Color HEX #B03210 Rust

📋 copy color: '#B03210'

red 176 ◦ green 50 ◦ blue 16

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

Shades of Rust #B03210

Tints of Rust #B03210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 72.73%
G = 20.66%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B03210 (or 0xB03210) is known color: Rust. HEX triplet: B0, 32 and 10. RGB value is (176,50,16). Sum of RGB (Red+Green+Blue) = 176+50+16=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B03210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03210 is #4FCDEF. Grayscale: #545454. Windows color (decimal): -5230064 or 1061552. OLE color: 1061552.

HSL color Cylindrical-coordinate representation of color #B03210: hue angle of 12.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B03210 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 16 -
CMYK 0 0.72 0.91 0.31
HSL 12.75º 0.83% 0.38% -
HSV(B) 12.75º 0.91% 0.69% -
XYZ 19.14 11.55 1.71 -
YUV 83.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 176 50 16 0 0.72 0.91 0.31 12.75 0.83 0.38
Hex B0 32 10 0 48 5B 1F D 53 26
Octal 260 62 20 0 110 133 37 15 123 46
Binary 10110000 110010 10000 0 1001000 1011011 11111 1101 1010011 100110

Color Harmonies of #B03210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03210

Black with #B03210

Text Example


Text Example

White with #B03210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03210; }

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

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

background-color css

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

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

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

border-color css

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

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

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