Html Css Color HEX #B13103 Rust

📋 copy color: '#B13103'

red 177 ◦ green 49 ◦ blue 3

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

Shades of Rust #B13103

Tints of Rust #B13103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

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

R = 77.29%
G = 21.4%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13103 (or 0xB13103) is known color: Rust. HEX triplet: B1, 31 and 03. RGB value is (177,49,3). Sum of RGB (Red+Green+Blue) = 177+49+3=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B13103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13103 is #4ECEFC. Grayscale: #525252. Windows color (decimal): -5164797 or 209329. OLE color: 209329.

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

Color convert

RGB 177 49 3 -
CMYK 0 0.72 0.98 0.31
HSL 15.86º 0.97% 0.35% -
HSV(B) 15.86º 0.98% 0.69% -
XYZ 19.25 11.55 1.3 -
YUV 82.03 83.41 195.74 -
System Red Green Blue C M Y K H S L
Decimal 177 49 3 0 0.72 0.98 0.31 15.86 0.97 0.35
Hex B1 31 3 0 48 62 1F 10 61 23
Octal 261 61 3 0 110 142 37 20 141 43
Binary 10110001 110001 11 0 1001000 1100010 11111 10000 1100001 100011

Color Harmonies of #B13103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13103

Black with #B13103

Text Example


Text Example

White with #B13103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13103; }

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

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

background-color css

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

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

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

border-color css

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

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

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