Html Css Color HEX #B13008 Rust

📋 copy color: '#B13008'

red 177 ◦ green 48 ◦ blue 8

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

Shades of Rust #B13008

Tints of Rust #B13008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

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

R = 75.97%
G = 20.6%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B13008 (or 0xB13008) is known color: Rust. HEX triplet: B1, 30 and 08. RGB value is (177,48,8). Sum of RGB (Red+Green+Blue) = 177+48+8=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B13008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13008 is #4ECFF7. Grayscale: #525252. Windows color (decimal): -5165048 or 536753. OLE color: 536753.

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

Color convert

RGB 177 48 8 -
CMYK 0 0.73 0.95 0.31
HSL 14.2º 0.91% 0.36% -
HSV(B) 14.2º 0.95% 0.69% -
XYZ 19.23 11.48 1.43 -
YUV 82.01 86.24 195.75 -
System Red Green Blue C M Y K H S L
Decimal 177 48 8 0 0.73 0.95 0.31 14.2 0.91 0.36
Hex B1 30 8 0 49 5F 1F E 5B 24
Octal 261 60 10 0 111 137 37 16 133 44
Binary 10110001 110000 1000 0 1001001 1011111 11111 1110 1011011 100100

Color Harmonies of #B13008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13008

Black with #B13008

Text Example


Text Example

White with #B13008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13008; }

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

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

background-color css

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

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

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

border-color css

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

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

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