Html Css Color HEX #B13201 Rust

📋 copy color: '#B13201'

red 177 ◦ green 50 ◦ blue 1

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

Shades of Rust #B13201

Tints of Rust #B13201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

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

R = 77.63%
G = 21.93%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13201 (or 0xB13201) is known color: Rust. HEX triplet: B1, 32 and 01. RGB value is (177,50,1). Sum of RGB (Red+Green+Blue) = 177+50+1=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B13201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13201 is #4ECDFE. Grayscale: #525252. Windows color (decimal): -5164543 or 78513. OLE color: 78513.

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

Color convert

RGB 177 50 1 -
CMYK 0 0.72 0.99 0.31
HSL 16.7º 0.99% 0.35% -
HSV(B) 16.7º 0.99% 0.69% -
XYZ 19.28 11.63 1.26 -
YUV 82.39 82.08 195.48 -
System Red Green Blue C M Y K H S L
Decimal 177 50 1 0 0.72 0.99 0.31 16.7 0.99 0.35
Hex B1 32 1 0 48 63 1F 11 63 23
Octal 261 62 1 0 110 143 37 21 143 43
Binary 10110001 110010 1 0 1001000 1100011 11111 10001 1100011 100011

Color Harmonies of #B13201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13201

Black with #B13201

Text Example


Text Example

White with #B13201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13201; }

 p { color: rgb(177,50,1); }

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

background-color css

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

 a { background-color: rgb(177,50,1); }

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

border-color css

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

 span { border-color: rgb(177,50,1); }

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