Html Css Color HEX #B13D07 Rust

📋 copy color: '#B13D07'

red 177 ◦ green 61 ◦ blue 7

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

Shades of Rust #B13D07

Tints of Rust #B13D07

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.9%

 BLUE value IS 7 (3.13% from 255) = 2.86%

R = 72.24%
G = 24.9%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B13D07 (or 0xB13D07) is known color: Rust. HEX triplet: B1, 3D and 07. RGB value is (177,61,7). Sum of RGB (Red+Green+Blue) = 177+61+7=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D07 is #4EC2F8. Grayscale: #595959. Windows color (decimal): -5161721 or 474545. OLE color: 474545.

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

Color convert

RGB 177 61 7 -
CMYK 0 0.66 0.96 0.31
HSL 19.06º 0.92% 0.36% -
HSV(B) 19.06º 0.96% 0.69% -
XYZ 19.84 12.7 1.61 -
YUV 89.53 81.43 190.39 -
System Red Green Blue C M Y K H S L
Decimal 177 61 7 0 0.66 0.96 0.31 19.06 0.92 0.36
Hex B1 3D 7 0 42 60 1F 13 5C 24
Octal 261 75 7 0 102 140 37 23 134 44
Binary 10110001 111101 111 0 1000010 1100000 11111 10011 1011100 100100

Color Harmonies of #B13D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D07

Black with #B13D07

Text Example


Text Example

White with #B13D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D07; }

 p { color: rgb(177,61,7); }

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

background-color css

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

 a { background-color: rgb(177,61,7); }

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

border-color css

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

 span { border-color: rgb(177,61,7); }

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