Html Css Color HEX #B13800 Rust

📋 copy color: '#B13800'

red 177 ◦ green 56 ◦ blue 0

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

Shades of Rust #B13800

Tints of Rust #B13800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.97%
G = 24.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B13800 (or 0xB13800) is known color: Rust. HEX triplet: B1, 38 and 00. RGB value is (177,56,0). Sum of RGB (Red+Green+Blue) = 177+56+0=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B13800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13800 is #4EC7FF. Grayscale: #565656. Windows color (decimal): -5163008 or 14513. OLE color: 14513.

HSL color Cylindrical-coordinate representation of color #B13800: hue angle of 18.98º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B13800 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 0 -
CMYK 0 0.68 1 0.31
HSL 18.98º 1% 0.35% -
HSV(B) 18.98º 1% 0.69% -
XYZ 19.55 12.18 1.32 -
YUV 85.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 177 56 0 0 0.68 1 0.31 18.98 1 0.35
Hex B1 38 0 0 44 64 1F 13 64 23
Octal 261 70 0 0 104 144 37 23 144 43
Binary 10110001 111000 0 0 1000100 1100100 11111 10011 1100100 100011

Color Harmonies of #B13800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13800

Black with #B13800

Text Example


Text Example

White with #B13800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13800; }

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

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

background-color css

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

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

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

border-color css

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

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

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