Html Css Color HEX #BB3B00 Rust

📋 copy color: '#BB3B00'

red 187 ◦ green 59 ◦ blue 0

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

Shades of Rust #BB3B00

Tints of Rust #BB3B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.02%
G = 23.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB3B00 (or 0xBB3B00) is known color: Rust. HEX triplet: BB, 3B and 00. RGB value is (187,59,0). Sum of RGB (Red+Green+Blue) = 187+59+0=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3B00 is #44C4FF. Grayscale: #5A5A5A. Windows color (decimal): -4506880 or 15291. OLE color: 15291.

HSL color Cylindrical-coordinate representation of color #BB3B00: hue angle of 18.93º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB3B00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 59 0 -
CMYK 0 0.68 1 0.27
HSL 18.93º 1% 0.37% -
HSV(B) 18.93º 1% 0.73% -
XYZ 22.06 13.69 1.48 -
YUV 90.55 76.91 196.8 -
System Red Green Blue C M Y K H S L
Decimal 187 59 0 0 0.68 1 0.27 18.93 1 0.37
Hex BB 3B 0 0 44 64 1B 13 64 25
Octal 273 73 0 0 104 144 33 23 144 45
Binary 10111011 111011 0 0 1000100 1100100 11011 10011 1100100 100101

Color Harmonies of #BB3B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3B00

Black with #BB3B00

Text Example


Text Example

White with #BB3B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3B00; }

 p { color: rgb(187,59,0); }

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

background-color css

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

 a { background-color: rgb(187,59,0); }

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

border-color css

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

 span { border-color: rgb(187,59,0); }

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