Html Css Color HEX #B13F03 Rust

📋 copy color: '#B13F03'

red 177 ◦ green 63 ◦ blue 3

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

Shades of Rust #B13F03

Tints of Rust #B13F03

RGB

 RED value IS 177 (69.53% from 255) = 72.84%

 GREEN value IS 63 (25% from 255) = 25.93%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 72.84%
G = 25.93%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13F03 (or 0xB13F03) is known color: Rust. HEX triplet: B1, 3F and 03. RGB value is (177,63,3). Sum of RGB (Red+Green+Blue) = 177+63+3=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F03 is #4EC0FC. Grayscale: #5A5A5A. Windows color (decimal): -5161213 or 212913. OLE color: 212913.

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

Color convert

RGB 177 63 3 -
CMYK 0 0.64 0.98 0.31
HSL 20.69º 0.97% 0.35% -
HSV(B) 20.69º 0.98% 0.69% -
XYZ 19.93 12.91 1.53 -
YUV 90.25 78.77 189.88 -
System Red Green Blue C M Y K H S L
Decimal 177 63 3 0 0.64 0.98 0.31 20.69 0.97 0.35
Hex B1 3F 3 0 40 62 1F 15 61 23
Octal 261 77 3 0 100 142 37 25 141 43
Binary 10110001 111111 11 0 1000000 1100010 11111 10101 1100001 100011

Color Harmonies of #B13F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F03

Black with #B13F03

Text Example


Text Example

White with #B13F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F03; }

 p { color: rgb(177,63,3); }

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

background-color css

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

 a { background-color: rgb(177,63,3); }

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

border-color css

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

 span { border-color: rgb(177,63,3); }

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