Html Css Color HEX #B13C08 Rust

📋 copy color: '#B13C08'

red 177 ◦ green 60 ◦ blue 8

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

Shades of Rust #B13C08

Tints of Rust #B13C08

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

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

R = 72.24%
G = 24.49%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B13C08 (or 0xB13C08) is known color: Rust. HEX triplet: B1, 3C and 08. RGB value is (177,60,8). Sum of RGB (Red+Green+Blue) = 177+60+8=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C08 is #4EC3F7. Grayscale: #595959. Windows color (decimal): -5161976 or 539825. OLE color: 539825.

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

Color convert

RGB 177 60 8 -
CMYK 0 0.66 0.95 0.31
HSL 18.46º 0.91% 0.36% -
HSV(B) 18.46º 0.95% 0.69% -
XYZ 19.79 12.6 1.62 -
YUV 89.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 177 60 8 0 0.66 0.95 0.31 18.46 0.91 0.36
Hex B1 3C 8 0 42 5F 1F 12 5B 24
Octal 261 74 10 0 102 137 37 22 133 44
Binary 10110001 111100 1000 0 1000010 1011111 11111 10010 1011011 100100

Color Harmonies of #B13C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C08

Black with #B13C08

Text Example


Text Example

White with #B13C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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