Html Css Color HEX #BB350D Rust

📋 copy color: '#BB350D'

red 187 ◦ green 53 ◦ blue 13

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

Shades of Rust #BB350D

Tints of Rust #BB350D

RGB

 RED value IS 187 (73.44% from 255) = 73.91%

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

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 73.91%
G = 20.95%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB350D (or 0xBB350D) is known color: Rust. HEX triplet: BB, 35 and 0D. RGB value is (187,53,13). Sum of RGB (Red+Green+Blue) = 187+53+13=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB350D is #44CAF2. Grayscale: #585858. Windows color (decimal): -4508403 or 865723. OLE color: 865723.

HSL color Cylindrical-coordinate representation of color #BB350D: hue angle of 13.79º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB350D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 13 -
CMYK 0 0.72 0.93 0.27
HSL 13.79º 0.87% 0.39% -
HSV(B) 13.79º 0.93% 0.73% -
XYZ 21.84 13.14 1.77 -
YUV 88.51 85.39 198.25 -
System Red Green Blue C M Y K H S L
Decimal 187 53 13 0 0.72 0.93 0.27 13.79 0.87 0.39
Hex BB 35 D 0 48 5D 1B E 57 27
Octal 273 65 15 0 110 135 33 16 127 47
Binary 10111011 110101 1101 0 1001000 1011101 11011 1110 1010111 100111

Color Harmonies of #BB350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB350D

Black with #BB350D

Text Example


Text Example

White with #BB350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB350D; }

 p { color: rgb(187,53,13); }

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

background-color css

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

 a { background-color: rgb(187,53,13); }

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

border-color css

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

 span { border-color: rgb(187,53,13); }

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