Html Css Color HEX #B03401 Rust

📋 copy color: '#B03401'

red 176 ◦ green 52 ◦ blue 1

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

Shades of Rust #B03401

Tints of Rust #B03401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.71%

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

R = 76.86%
G = 22.71%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B03401 (or 0xB03401) is known color: Rust. HEX triplet: B0, 34 and 01. RGB value is (176,52,1). Sum of RGB (Red+Green+Blue) = 176+52+1=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B03401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03401 is #4FCBFE. Grayscale: #535353. Windows color (decimal): -5229567 or 79024. OLE color: 79024.

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

Color convert

RGB 176 52 1 -
CMYK 0 0.70 0.99 0.31
HSL 17.49º 0.99% 0.35% -
HSV(B) 17.49º 0.99% 0.69% -
XYZ 19.14 11.69 1.28 -
YUV 83.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 176 52 1 0 0.70 0.99 0.31 17.49 0.99 0.35
Hex B0 34 1 0 46 63 1F 11 63 23
Octal 260 64 1 0 106 143 37 21 143 43
Binary 10110000 110100 1 0 1000110 1100011 11111 10001 1100011 100011

Color Harmonies of #B03401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03401

Black with #B03401

Text Example


Text Example

White with #B03401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03401; }

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

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

background-color css

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

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

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

border-color css

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

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

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