Html Css Color HEX #B03901 Rust

📋 copy color: '#B03901'

red 176 ◦ green 57 ◦ blue 1

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

Shades of Rust #B03901

Tints of Rust #B03901

RGB

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

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

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

R = 75.21%
G = 24.36%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B03901 (or 0xB03901) is known color: Rust. HEX triplet: B0, 39 and 01. RGB value is (176,57,1). Sum of RGB (Red+Green+Blue) = 176+57+1=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B03901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03901 is #4FC6FE. Grayscale: #565656. Windows color (decimal): -5228287 or 80304. OLE color: 80304.

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

Color convert

RGB 176 57 1 -
CMYK 0 0.68 0.99 0.31
HSL 19.2º 0.99% 0.35% -
HSV(B) 19.2º 0.99% 0.69% -
XYZ 19.37 12.16 1.35 -
YUV 86.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 176 57 1 0 0.68 0.99 0.31 19.2 0.99 0.35
Hex B0 39 1 0 44 63 1F 13 63 23
Octal 260 71 1 0 104 143 37 23 143 43
Binary 10110000 111001 1 0 1000100 1100011 11111 10011 1100011 100011

Color Harmonies of #B03901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03901

Black with #B03901

Text Example


Text Example

White with #B03901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03901; }

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

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

background-color css

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

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

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

border-color css

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

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

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