Html Css Color HEX #B13508 Rust

📋 copy color: '#B13508'

red 177 ◦ green 53 ◦ blue 8

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

Shades of Rust #B13508

Tints of Rust #B13508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 74.37%
G = 22.27%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B13508 (or 0xB13508) is known color: Rust. HEX triplet: B1, 35 and 08. RGB value is (177,53,8). Sum of RGB (Red+Green+Blue) = 177+53+8=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B13508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13508 is #4ECAF7. Grayscale: #555555. Windows color (decimal): -5163768 or 538033. OLE color: 538033.

HSL color Cylindrical-coordinate representation of color #B13508: hue angle of 15.98º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B13508 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 8 -
CMYK 0 0.70 0.95 0.31
HSL 15.98º 0.91% 0.36% -
HSV(B) 15.98º 0.95% 0.69% -
XYZ 19.45 11.91 1.5 -
YUV 84.95 84.58 193.66 -
System Red Green Blue C M Y K H S L
Decimal 177 53 8 0 0.70 0.95 0.31 15.98 0.91 0.36
Hex B1 35 8 0 46 5F 1F 10 5B 24
Octal 261 65 10 0 106 137 37 20 133 44
Binary 10110001 110101 1000 0 1000110 1011111 11111 10000 1011011 100100

Color Harmonies of #B13508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13508

Black with #B13508

Text Example


Text Example

White with #B13508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13508; }

 p { color: rgb(177,53,8); }

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

background-color css

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

 a { background-color: rgb(177,53,8); }

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

border-color css

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

 span { border-color: rgb(177,53,8); }

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