Html Css Color HEX #B13C02 Rust

📋 copy color: '#B13C02'

red 177 ◦ green 60 ◦ blue 2

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

Shades of Rust #B13C02

Tints of Rust #B13C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.1%

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

R = 74.06%
G = 25.1%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13C02 (or 0xB13C02) is known color: Rust. HEX triplet: B1, 3C and 02. RGB value is (177,60,2). Sum of RGB (Red+Green+Blue) = 177+60+2=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C02 is #4EC3FD. Grayscale: #585858. Windows color (decimal): -5161982 or 146609. OLE color: 146609.

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

Color convert

RGB 177 60 2 -
CMYK 0 0.66 0.99 0.31
HSL 19.89º 0.98% 0.35% -
HSV(B) 19.89º 0.99% 0.69% -
XYZ 19.76 12.58 1.44 -
YUV 88.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 177 60 2 0 0.66 0.99 0.31 19.89 0.98 0.35
Hex B1 3C 2 0 42 63 1F 14 62 23
Octal 261 74 2 0 102 143 37 24 142 43
Binary 10110001 111100 10 0 1000010 1100011 11111 10100 1100010 100011

Color Harmonies of #B13C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C02

Black with #B13C02

Text Example


Text Example

White with #B13C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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