Html Css Color HEX #B13908 Rust

📋 copy color: '#B13908'

red 177 ◦ green 57 ◦ blue 8

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

Shades of Rust #B13908

Tints of Rust #B13908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

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

R = 73.14%
G = 23.55%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B13908 (or 0xB13908) is known color: Rust. HEX triplet: B1, 39 and 08. RGB value is (177,57,8). Sum of RGB (Red+Green+Blue) = 177+57+8=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B13908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13908 is #4EC6F7. Grayscale: #575757. Windows color (decimal): -5162744 or 539057. OLE color: 539057.

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

Color convert

RGB 177 57 8 -
CMYK 0 0.68 0.95 0.31
HSL 17.4º 0.91% 0.36% -
HSV(B) 17.4º 0.95% 0.69% -
XYZ 19.64 12.29 1.57 -
YUV 87.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 177 57 8 0 0.68 0.95 0.31 17.4 0.91 0.36
Hex B1 39 8 0 44 5F 1F 11 5B 24
Octal 261 71 10 0 104 137 37 21 133 44
Binary 10110001 111001 1000 0 1000100 1011111 11111 10001 1011011 100100

Color Harmonies of #B13908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13908

Black with #B13908

Text Example


Text Example

White with #B13908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13908; }

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

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

background-color css

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

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

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

border-color css

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

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

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