Html Css Color HEX #B13802 Rust

📋 copy color: '#B13802'

red 177 ◦ green 56 ◦ blue 2

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

Shades of Rust #B13802

Tints of Rust #B13802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.83%

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

R = 75.32%
G = 23.83%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13802 (or 0xB13802) is known color: Rust. HEX triplet: B1, 38 and 02. RGB value is (177,56,2). Sum of RGB (Red+Green+Blue) = 177+56+2=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B13802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13802 is #4EC7FD. Grayscale: #565656. Windows color (decimal): -5163006 or 145585. OLE color: 145585.

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

Color convert

RGB 177 56 2 -
CMYK 0 0.68 0.99 0.31
HSL 18.51º 0.98% 0.35% -
HSV(B) 18.51º 0.99% 0.69% -
XYZ 19.56 12.18 1.38 -
YUV 86.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 177 56 2 0 0.68 0.99 0.31 18.51 0.98 0.35
Hex B1 38 2 0 44 63 1F 13 62 23
Octal 261 70 2 0 104 143 37 23 142 43
Binary 10110001 111000 10 0 1000100 1100011 11111 10011 1100010 100011

Color Harmonies of #B13802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13802

Black with #B13802

Text Example


Text Example

White with #B13802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13802; }

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

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

background-color css

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

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

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

border-color css

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

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

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