Html Css Color HEX #BB360F Rust

📋 copy color: '#BB360F'

red 187 ◦ green 54 ◦ blue 15

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

Shades of Rust #BB360F

Tints of Rust #BB360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 73.05%
G = 21.09%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB360F (or 0xBB360F) is known color: Rust. HEX triplet: BB, 36 and 0F. RGB value is (187,54,15). Sum of RGB (Red+Green+Blue) = 187+54+15=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB360F is #44C9F0. Grayscale: #595959. Windows color (decimal): -4508145 or 997051. OLE color: 997051.

HSL color Cylindrical-coordinate representation of color #BB360F: hue angle of 13.6º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB360F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 54 15 -
CMYK 0 0.71 0.92 0.27
HSL 13.6º 0.85% 0.4% -
HSV(B) 13.6º 0.92% 0.73% -
XYZ 21.9 13.24 1.85 -
YUV 89.32 86.06 197.67 -
System Red Green Blue C M Y K H S L
Decimal 187 54 15 0 0.71 0.92 0.27 13.6 0.85 0.4
Hex BB 36 F 0 47 5C 1B E 55 28
Octal 273 66 17 0 107 134 33 16 125 50
Binary 10111011 110110 1111 0 1000111 1011100 11011 1110 1010101 101000

Color Harmonies of #BB360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB360F

Black with #BB360F

Text Example


Text Example

White with #BB360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB360F; }

 p { color: rgb(187,54,15); }

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

background-color css

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

 a { background-color: rgb(187,54,15); }

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

border-color css

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

 span { border-color: rgb(187,54,15); }

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