Html Css Color HEX #B13F02 Rust

📋 copy color: '#B13F02'

red 177 ◦ green 63 ◦ blue 2

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

Shades of Rust #B13F02

Tints of Rust #B13F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 73.14%
G = 26.03%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13F02 (or 0xB13F02) is known color: Rust. HEX triplet: B1, 3F and 02. RGB value is (177,63,2). Sum of RGB (Red+Green+Blue) = 177+63+2=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F02 is #4EC0FD. Grayscale: #5A5A5A. Windows color (decimal): -5161214 or 147377. OLE color: 147377.

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

Color convert

RGB 177 63 2 -
CMYK 0 0.64 0.99 0.31
HSL 20.91º 0.98% 0.35% -
HSV(B) 20.91º 0.99% 0.69% -
XYZ 19.92 12.91 1.5 -
YUV 90.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 177 63 2 0 0.64 0.99 0.31 20.91 0.98 0.35
Hex B1 3F 2 0 40 63 1F 15 62 23
Octal 261 77 2 0 100 143 37 25 142 43
Binary 10110001 111111 10 0 1000000 1100011 11111 10101 1100010 100011

Color Harmonies of #B13F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F02

Black with #B13F02

Text Example


Text Example

White with #B13F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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