Html Css Color HEX #B13302 Rust

📋 copy color: '#B13302'

red 177 ◦ green 51 ◦ blue 2

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

Shades of Rust #B13302

Tints of Rust #B13302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 76.96%
G = 22.17%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13302 (or 0xB13302) is known color: Rust. HEX triplet: B1, 33 and 02. RGB value is (177,51,2). Sum of RGB (Red+Green+Blue) = 177+51+2=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B13302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13302 is #4ECCFD. Grayscale: #535353. Windows color (decimal): -5164286 or 144305. OLE color: 144305.

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

Color convert

RGB 177 51 2 -
CMYK 0 0.71 0.99 0.31
HSL 16.8º 0.98% 0.35% -
HSV(B) 16.8º 0.99% 0.69% -
XYZ 19.33 11.72 1.3 -
YUV 83.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 177 51 2 0 0.71 0.99 0.31 16.8 0.98 0.35
Hex B1 33 2 0 47 63 1F 11 62 23
Octal 261 63 2 0 107 143 37 21 142 43
Binary 10110001 110011 10 0 1000111 1100011 11111 10001 1100010 100011

Color Harmonies of #B13302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13302

Black with #B13302

Text Example


Text Example

White with #B13302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13302; }

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

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

background-color css

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

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

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

border-color css

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

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

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