Html Css Color HEX #B03201 Rust

📋 copy color: '#B03201'

red 176 ◦ green 50 ◦ blue 1

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

Shades of Rust #B03201

Tints of Rust #B03201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 77.53%
G = 22.03%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B03201 (or 0xB03201) is known color: Rust. HEX triplet: B0, 32 and 01. RGB value is (176,50,1). Sum of RGB (Red+Green+Blue) = 176+50+1=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B03201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03201 is #4FCDFE. Grayscale: #525252. Windows color (decimal): -5230079 or 78512. OLE color: 78512.

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

Color convert

RGB 176 50 1 -
CMYK 0 0.72 0.99 0.31
HSL 16.8º 0.99% 0.35% -
HSV(B) 16.8º 0.99% 0.69% -
XYZ 19.05 11.51 1.25 -
YUV 82.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 176 50 1 0 0.72 0.99 0.31 16.8 0.99 0.35
Hex B0 32 1 0 48 63 1F 11 63 23
Octal 260 62 1 0 110 143 37 21 143 43
Binary 10110000 110010 1 0 1001000 1100011 11111 10001 1100011 100011

Color Harmonies of #B03201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03201

Black with #B03201

Text Example


Text Example

White with #B03201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03201; }

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

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

background-color css

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

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

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

border-color css

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

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

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